Skip to content

Commit 0bb17eb

Browse files
Merge pull request #2425 from rhamilto/monitoring-view-details
Automatic merge from submit-queue. Fix vertical alignment of "View Details" link Fixes #2418 (comment) ![screen shot 2017-11-01 at 1 40 45 pm](https://user-images.githubusercontent.com/895728/32288685-17cd5fbc-bf0b-11e7-9f72-d1104244568a.PNG) With a guide for validation ![screen shot 2017-11-01 at 1 40 36 pm](https://user-images.githubusercontent.com/895728/32288686-17df6ffe-bf0b-11e7-99e5-c2586c43525c.PNG) cc: @serenamarie125
2 parents b5efba1 + 698fb1b commit 0bb17eb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/styles/_sidebar-right.less

+2-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
}
136136
}
137137
.sidebar-header.right-header {
138-
align-items: center;
138+
align-items: baseline;
139139
display: flex;
140140
justify-content: space-between;
141141
// So that sidebar bottom border aligns with main content header bottom border.
@@ -156,6 +156,7 @@
156156
}
157157
.event-details-link {
158158
.small();
159+
line-height: 1;
159160
margin-right: 20px;
160161
}
161162
}

dist/styles/main.css

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

0 commit comments

Comments
 (0)