Parcourir la source

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

Alex Antonenko il y a 11 ans
Parent
commit
0aebe0191c
1 fichiers modifiés avec 3 ajouts et 4 suppressions
  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;