소스 검색

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 {