Skip to content

Commit

Permalink
Stats: fix summary locations selector style (#98504)
Browse files Browse the repository at this point in the history
* Stats: fix locations summary style

They were using the same classes but lacking attributes that were
included from the modernized mixin.

* Use all available space for the locations selector
  • Loading branch information
myhro authored Jan 17, 2025
1 parent f5c99f0 commit f01a3d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/my-sites/stats/summary/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
@import "@wordpress/base-styles/breakpoints";
@import "../modernized-mixins";

.stats-summary-view {
@include segmented-controls;

.highlight-cards-heading {
@media (min-width: 661px) and (max-width: 1380px) {
margin-left: 32px;
Expand Down Expand Up @@ -43,3 +46,7 @@
}
}
}

.stats-module-locations__tabs {
width: 100%;
}

0 comments on commit f01a3d8

Please sign in to comment.