浏览代码

AMBARI-9573. Ranger / Knox summary page layout is a bit off(alexantonenko)

Alex Antonenko 10 年之前
父节点
当前提交
f36ffea7de
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      ambari-web/app/styles/application.less

+ 1 - 4
ambari-web/app/styles/application.less

@@ -1922,14 +1922,11 @@ a:focus {
   tr.component-small {
     font-size: 11px;
   }
-  td.summary-label {
-    width: 180px;
-    text-align: right;
-  }
   .upgrade-status-warning {
     color: @health-status-orange;
   }
   tr td:first-child {
+    width: 180px;
     text-align: right;
   }
   a {