Skip to content

Commit 431a311

Browse files
Merge pull request #2418 from rhamilto/monitoring-sidebar-heading
Automatic merge from submit-queue. Adjust spacing around 'Events' heading in sidebar on monitoring page In #2389 I adjusted the spacing around the h1 so borders aligned, but I overlooked the border underneath "Events" in the monitoring page sidebar. This fixes that, and does so in a way that the border is consistent across browsers (it wasn't before--only Chrome had a correctly aligned border). Before: ![screen shot 2017-11-01 at 10 46 26 am](https://user-images.githubusercontent.com/895728/32280359-f7445e58-bef1-11e7-9765-d61c6e7fe48f.PNG) After: ![screen shot 2017-11-01 at 10 46 01 am](https://user-images.githubusercontent.com/895728/32280352-f404cbec-bef1-11e7-9c82-620523fe5814.PNG)
2 parents afbed7d + 4dda548 commit 431a311

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

app/styles/_sidebar-right.less

+6-3
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,13 @@
139139
display: flex;
140140
justify-content: space-between;
141141
// So that sidebar bottom border aligns with main content header bottom border.
142-
margin-top: 17.5px;
142+
margin-top: 0;
143+
padding-bottom: 21px;
144+
padding-top: 24px;
143145
h2 {
144-
.h4();
145-
display: inline-block;
146+
font-size: 14px;
147+
margin-bottom: 0;
148+
margin-top: 0;
146149
}
147150
.warning-count {
148151
.nowrap();

dist/styles/main.css

+3-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)