Skip to content

Commit

Permalink
Merge pull request #2425 from rhamilto/monitoring-view-details
Browse files Browse the repository at this point in the history
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
  • Loading branch information
openshift-merge-robot authored Nov 1, 2017
2 parents b5efba1 + 698fb1b commit 0bb17eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/styles/_sidebar-right.less
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
}
}
.sidebar-header.right-header {
align-items: center;
align-items: baseline;
display: flex;
justify-content: space-between;
// So that sidebar bottom border aligns with main content header bottom border.
Expand All @@ -156,6 +156,7 @@
}
.event-details-link {
.small();
line-height: 1;
margin-right: 20px;
}
}
Expand Down
4 changes: 2 additions & 2 deletions dist/styles/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0bb17eb

Please sign in to comment.