You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by wu...@apache.org on 2022/11/19 17:57:52 UTC

[ambari] branch trunk updated: AMBARI-25398: Textareas in configuration page can be resized beyond its container border limit (#3549)

This is an automated email from the ASF dual-hosted git repository.

wuzhiguo pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new a12ffb1c3b AMBARI-25398: Textareas in configuration page can be resized beyond its container border limit (#3549)
a12ffb1c3b is described below

commit a12ffb1c3b080b52e05c4ceae29597a65efd0840
Author: Yu Hou <52...@qq.com>
AuthorDate: Sun Nov 20 01:57:47 2022 +0800

    AMBARI-25398: Textareas in configuration page can be resized beyond its container border limit (#3549)
---
 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 7bde5779eb..32672419f5 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;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org