Repository: aurora Updated Branches: refs/heads/master a673c5b3f -> 71bb41c9a
Fix alignment of text on JobList Reviewed at https://reviews.apache.org/r/63260/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/71bb41c9 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/71bb41c9 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/71bb41c9 Branch: refs/heads/master Commit: 71bb41c9a40b7aa203af4ddce2cc82d6d42c03ce Parents: a673c5b Author: David McLaughlin <[email protected]> Authored: Tue Oct 24 14:56:56 2017 -0700 Committer: David McLaughlin <[email protected]> Committed: Tue Oct 24 14:56:56 2017 -0700 ---------------------------------------------------------------------- ui/src/main/sass/components/_job-list-page.scss | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/71bb41c9/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 4738de8..a716b98 100644 --- a/ui/src/main/sass/components/_job-list-page.scss +++ b/ui/src/main/sass/components/_job-list-page.scss @@ -22,6 +22,11 @@ td.job-list-name { width: 99%; + a { + display: block; + margin-top: -4px; + } + .glyphicon { font-size: 12px; margin-left: 3px;
