Skip to content

Commit c31c01d

Browse files
committed
provider_dashboard_fix: Modified stylings for ProviderDashboard
1 parent a48d0b5 commit c31c01d

File tree

1 file changed

+4
-3
lines changed
  • amp-client/src/Pages/ProviderPages/ProviderDashboard

1 file changed

+4
-3
lines changed

amp-client/src/Pages/ProviderPages/ProviderDashboard/styles.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,12 @@
5252

5353
.chart-widget {
5454
flex: 1;
55-
min-width: 250px;
55+
min-width: 300px;
5656
max-width: 500px;
5757
max-height: 450px;
58+
height: 350px;
5859
background-color: #fff;
59-
padding: 15px;
60+
padding: 30px;
6061
border-radius: 8px;
6162
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
6263
border: 1px solid #eee;
@@ -75,7 +76,7 @@
7576

7677
.voltage-distribution-widget {
7778
height: 350px;
78-
max-height: 400px;
79+
max-height: 450px;
7980
}
8081

8182
.metric-card {

0 commit comments

Comments
 (0)