Repository: aurora Updated Branches: refs/heads/master 35e29b8e7 -> d6bc8eb3c
Reduce white-space on role and env pages Reviewed at https://reviews.apache.org/r/63373/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/d6bc8eb3 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/d6bc8eb3 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/d6bc8eb3 Branch: refs/heads/master Commit: d6bc8eb3ce2a98b259581474147483a3c7f5d205 Parents: 35e29b8 Author: David McLaughlin <[email protected]> Authored: Fri Oct 27 13:08:29 2017 -0700 Committer: David McLaughlin <[email protected]> Committed: Fri Oct 27 13:08:29 2017 -0700 ---------------------------------------------------------------------- ui/src/main/sass/components/_job-list-page.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/d6bc8eb3/ui/src/main/sass/components/_job-list-page.scss ---------------------------------------------------------------------- diff --git a/ui/src/main/sass/components/_job-list-page.scss b/ui/src/main/sass/components/_job-list-page.scss index a716b98..4783aa4 100644 --- a/ui/src/main/sass/components/_job-list-page.scss +++ b/ui/src/main/sass/components/_job-list-page.scss @@ -22,9 +22,13 @@ td.job-list-name { width: 99%; + h4 { + margin: 6px 0; + } + a { display: block; - margin-top: -4px; + margin-top: -3px; } .glyphicon {
