Skip to content

Commit

Permalink
WP Dashboard: fix site stats column spacing (#8975)
Browse files Browse the repository at this point in the history
  • Loading branch information
keoshi authored and gravityrail committed Mar 7, 2018
1 parent e2ef82d commit 12ac639
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _inc/client/dashboard-widget/style.scss
Original file line number Diff line number Diff line change
@@ -112,6 +112,10 @@
text-align: left;
}

.protect {
padding-right: 3%;
}

h3 {
font-size: 1.5em;
font-weight: normal;
3 changes: 3 additions & 0 deletions modules/stats.php
Original file line number Diff line number Diff line change
@@ -1250,6 +1250,9 @@ function stats_dashboard_head() { ?>
float: left;
width: 50%;
}
#stats-info #top-posts {
padding-right: 3%;
}
#top-posts .stats-section-inner p {
white-space: nowrap;
overflow: hidden;

0 comments on commit 12ac639

Please sign in to comment.