소스 검색

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 {