瀏覽代碼

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

Alex Antonenko 11 年之前
父節點
當前提交
0aebe0191c
共有 1 個文件被更改,包括 3 次插入4 次删除
  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;