ソースを参照

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 {
   tr.component-small {
     font-size: 11px;
     font-size: 11px;
   }
   }
-  td.summary-label {
-    width: 180px;
-    text-align: right;
-  }
   .upgrade-status-warning {
   .upgrade-status-warning {
     color: @health-status-orange;
     color: @health-status-orange;
   }
   }
   tr td:first-child {
   tr td:first-child {
+    width: 180px;
     text-align: right;
     text-align: right;
   }
   }
   a {
   a {