Repository: aurora Updated Branches: refs/heads/master b94c7c57f -> f0880329d
Fix UI table layout issue on Config Summaries Reviewed at https://reviews.apache.org/r/65477/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/f0880329 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/f0880329 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/f0880329 Branch: refs/heads/master Commit: f0880329d1f9265f17b2299a6bde1043e98deb44 Parents: b94c7c5 Author: David McLaughlin <[email protected]> Authored: Fri Feb 2 10:52:45 2018 -0800 Committer: David McLaughlin <[email protected]> Committed: Fri Feb 2 10:52:45 2018 -0800 ---------------------------------------------------------------------- ui/src/main/sass/components/_job-page.scss | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/f0880329/ui/src/main/sass/components/_job-page.scss ---------------------------------------------------------------------- diff --git a/ui/src/main/sass/components/_job-page.scss b/ui/src/main/sass/components/_job-page.scss index 2ae4e73..41e9518 100644 --- a/ui/src/main/sass/components/_job-page.scss +++ b/ui/src/main/sass/components/_job-page.scss @@ -83,6 +83,10 @@ th { text-transform: uppercase; } + + th, td { + word-break: break-word; + } } .update-preview {
