You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by dm...@apache.org on 2018/02/02 18:52:51 UTC

aurora git commit: Fix UI table layout issue on Config Summaries

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 <da...@dmclaughlin.com>
Authored: Fri Feb 2 10:52:45 2018 -0800
Committer: David McLaughlin <da...@dmclaughlin.com>
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 {