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

atkach 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 220b892  AMBARI-23146 Alignment issues for checkboxes and radio buttons
220b892 is described below

commit 220b892c8dffa9027687ab0db25714a2df9d6467
Author: Andrii Tkach <atk...@apache.org>
AuthorDate: Mon Mar 5 18:56:40 2018 +0200

    AMBARI-23146 Alignment issues for checkboxes and radio buttons
---
 ambari-web/app/styles/bootstrap_overrides.less | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/ambari-web/app/styles/bootstrap_overrides.less 
b/ambari-web/app/styles/bootstrap_overrides.less
index 858e175..6fb1ef4 100644
--- a/ambari-web/app/styles/bootstrap_overrides.less
+++ b/ambari-web/app/styles/bootstrap_overrides.less
@@ -447,4 +447,9 @@ input[type="checkbox"]:checked + label:after {
 .form-horizontal .radio-inline,
 .form-horizontal .checkbox-inline {
   padding-top: 0;
-}
\ No newline at end of file
+}
+
+.radio, .checkbox {
+  margin-bottom: 0;
+  margin-top: 0;
+}

-- 
To stop receiving notification emails like this one, please contact
atk...@apache.org.

Reply via email to