瀏覽代碼

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

Yusaku Sako 12 年之前
父節點
當前提交
73f1ee079d
共有 1 個文件被更改,包括 6 次插入0 次删除
  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 {