浏览代码

[AMBARI-25398] Textareas in configuration page can be resized beyond its container border limit (paul8263 via dgrinenko) (#3105)

paul8263 5 年之前
父节点
当前提交
0a7571a495
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      ambari-web/app/styles/service_configurations.less

+ 4 - 0
ambari-web/app/styles/service_configurations.less

@@ -106,6 +106,10 @@
           }
         }
       }
+      .ember-text-area {
+        min-width: 450px;
+        max-width: 100%;
+      }
     }
     .entry-row.indent-1 {
       margin-left: 2em;