Skip to content

Commit

Permalink
minor sytling fix for stats cards
Browse files Browse the repository at this point in the history
  • Loading branch information
kangzj committed Dec 8, 2024
1 parent 7481ead commit 62150a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/my-sites/stats/modernized-chart-tabs-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ $custom-stats-tab-mobile-break: $break-medium;
width: 100%;
padding: 24px 0 16px;
border: 0;
// Use border radius of its parent; otherwise it'd break the parent corner.
border-radius: 4px;
box-sizing: border-box;

display: flex;
Expand Down Expand Up @@ -108,6 +110,7 @@ $custom-stats-tab-mobile-break: $break-medium;
grid-template-columns: 2fr 2fr 3fr;
align-items: center;
justify-content: space-between;
border-radius: 0;
}

&:hover {
Expand Down

0 comments on commit 62150a7

Please sign in to comment.