ソースを参照

AMBARI-18067. Alert message cut off (alexantonenko)

Alex Antonenko 9 年 前
コミット
ad9b70ca5e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      ambari-web/app/styles/alerts.less

+ 1 - 1
ambari-web/app/styles/alerts.less

@@ -546,7 +546,7 @@
     .definition-latest-text {
       overflow-x: auto;
       text-overflow: inherit;
-      white-space: nowrap;
+      white-space: normal;
     }
   }
 }