You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by on...@apache.org on 2015/05/06 17:19:09 UTC

ambari git commit: AMBARI-10960. Widget layout changes when editing raw value of enhanced-config (onechiporenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 29e1ad6a1 -> a72e62c79


AMBARI-10960. Widget layout changes when editing raw value of enhanced-config (onechiporenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a72e62c7
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a72e62c7
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a72e62c7

Branch: refs/heads/trunk
Commit: a72e62c79f3e0dfa07005ca9ba5cfe3690647e90
Parents: 29e1ad6
Author: Oleg Nechiporenko <on...@apache.org>
Authored: Wed May 6 18:16:26 2015 +0300
Committer: Oleg Nechiporenko <on...@apache.org>
Committed: Wed May 6 18:18:50 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/styles/widgets.less | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/a72e62c7/ambari-web/app/styles/widgets.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/widgets.less b/ambari-web/app/styles/widgets.less
index 36f6674..c70e888 100644
--- a/ambari-web/app/styles/widgets.less
+++ b/ambari-web/app/styles/widgets.less
@@ -49,6 +49,7 @@
   margin-bottom: 11px;
   .widget-config-label {
     font-size: 90%;
+    width: 100%;
     &.text-success {
       color: @green;
     }
@@ -384,6 +385,7 @@
 .checkbox-widget {
   .widget-config-label {
     margin-left: 10px;
+    width: auto;
   }
 
   .bootstrap-checkbox {