git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1478117 13f79535-47bb-0310-9956-ffa450edef68
@@ -283,6 +283,9 @@ Trunk (unreleased changes):
IMPROVEMENTS
+ AMBARI-2040. Customize Services page: reduce padding to prevent tabs from
+ wrapping. (yusaku)
+
AMBARI-1388. Document management API. (tbeerbower)
AMBARI-2030. Make frontend changes to account for the host component status
@@ -639,6 +639,10 @@ h1 {
height: 200px;
}
+ .nav-tabs > li > a {
+ padding-left: 8px;
+ padding-right: 8px;
+ }
a:focus {