Browse Source

AMBARI-4924. Job id overlap in Firefox mac (alexantonenko)

Alex Antonenko 11 years ago
parent
commit
0aebe0191c
1 changed files with 3 additions and 4 deletions
  1. 3 4
      ambari-web/app/styles/apps.less

+ 3 - 4
ambari-web/app/styles/apps.less

@@ -393,8 +393,9 @@
     td:first-child,
     th:first-child {
       border-left-width: 1px;
-      width: 35%;
-      overflow: scroll;
+      width: 96%;
+      overflow: auto;
+      display: inline-block;
     }
     td:first-child + td,
     th:first-child + th,
@@ -416,8 +417,6 @@
     }
     td.id {
       overflow: inherit;
-      overflow-wrap: break-word;
-      white-space: nowrap;
     }
     ul.filter-components {
       padding: 5px 0;