소스 검색

AMBARI-6751. HostNames and Slaves broken in two lines on Assign Slaves step.(xiwang)

Xi Wang 11 년 전
부모
커밋
1a6b662bbe
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      ambari-web/app/styles/application.less

+ 3 - 0
ambari-web/app/styles/application.less

@@ -802,6 +802,9 @@ h1 {
       max-height: 440px;
       position: relative;
       #component_assign_table {
+        tbody td {
+          white-space: nowrap;
+        }
         .trim_hostname {
           max-width: 180px;
           float:left;