Browse Source

AMBARI-18067. Alert message cut off (alexantonenko)

Alex Antonenko 9 years ago
parent
commit
ad9b70ca5e
1 changed files with 1 additions and 1 deletions
  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;
     }
   }
 }