This is an automated email from the ASF dual-hosted git repository.
hapylestat pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/branch-2.7 by this push:
new 0a7571a [AMBARI-25398] Textareas in configuration page can be resized
beyond its container border limit (paul8263 via dgrinenko) (#3105)
0a7571a is described below
commit 0a7571a4955d264e05bff3faf72929c38ad0b523
Author: paul8263 <[email protected]>
AuthorDate: Mon Oct 5 21:46:09 2020 +0800
[AMBARI-25398] Textareas in configuration page can be resized beyond its
container border limit (paul8263 via dgrinenko) (#3105)
---
ambari-web/app/styles/service_configurations.less | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/ambari-web/app/styles/service_configurations.less
b/ambari-web/app/styles/service_configurations.less
index ea5d53b..2caa33f 100644
--- a/ambari-web/app/styles/service_configurations.less
+++ b/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;