Browse Source

AMBARI-25398: Textareas in configuration page can be resized beyond its container border limit (#3549)

Yu Hou 3 years ago
parent
commit
a12ffb1c3b
1 changed files with 4 additions and 0 deletions
  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;