Ver código fonte

AMBARI-2614. Popover with config name goes beyond the container. (Andrii Tkach via yusaku)

Yusaku Sako 12 anos atrás
pai
commit
73f1ee079d
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      ambari-web/app/styles/application.less

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

@@ -237,6 +237,12 @@ h1 {
 
 .popover {
   z-index: 1050;
+  min-width: 200px;
+  max-width: 350px;
+  width: auto;
+  .popover-inner {
+    word-wrap: break-word;
+  }
 }
 
 .arrow-right {