This is an automated email from the ASF dual-hosted git repository.
akovalenko 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 e0c066e Ambari-23041. Increase config combo widget width
e0c066e is described below
commit e0c066ee1270a0482dfc613e3f7a45c80797a657
Author: Aleksandr Kovalenko <[email protected]>
AuthorDate: Wed Feb 21 21:21:29 2018 +0200
Ambari-23041. Increase config combo widget width
---
ambari-web/app/styles/widgets.less | 2 +-
ambari-web/app/styles/wizard.less | 14 --------------
2 files changed, 1 insertion(+), 15 deletions(-)
diff --git a/ambari-web/app/styles/widgets.less
b/ambari-web/app/styles/widgets.less
index 3f4a707..6f65dfe 100644
--- a/ambari-web/app/styles/widgets.less
+++ b/ambari-web/app/styles/widgets.less
@@ -19,7 +19,7 @@
@undo-btn-margin: 10px;
@controls-min-width: 55px;
-@combo-widget-width: 100px;
+@combo-widget-width: 200px;
@overriden-property-bg-color: rgba(211, 237, 247, 0.39);
@overriden-property-widget-padding: 8px;
@green: #6ebd45;
diff --git a/ambari-web/app/styles/wizard.less
b/ambari-web/app/styles/wizard.less
index 4e231a6..dcf5947 100644
--- a/ambari-web/app/styles/wizard.less
+++ b/ambari-web/app/styles/wizard.less
@@ -963,20 +963,6 @@
}
}
-#databases {
- .config-section-table {
- border-spacing: 20px 0;
- .config-section {
- padding-top: 0;
- .combo-widget {
- input {
- width: 183px;
- }
- }
- }
- }
-}
-
#all-configurations {
min-height: 650px;
.config-section {
--
To stop receiving notification emails like this one, please contact
[email protected].