Browse Source

AMBARI-12251. Widget Browser: Extra scroll bars in widget description.(xiwang)

Xi Wang 10 years ago
parent
commit
a81df332bf
1 changed files with 2 additions and 1 deletions
  1. 2 1
      ambari-web/app/styles/enhanced_service_dashboard.less

+ 2 - 1
ambari-web/app/styles/enhanced_service_dashboard.less

@@ -714,7 +714,8 @@
             font-size: 12px;
             display: block;
             color: #808080;
-            overflow: scroll;
+            overflow-x: hidden;
+            overflow-y: scroll;
             height: 40px;
             white-space: pre-line;
           }