diff --git a/hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css b/hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css index f3bd9e9453e..03d8ff4f266 100644 --- a/hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css +++ b/hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css @@ -20,6 +20,7 @@ body { padding-top: 50px; } html .content { margin-left: 2.0em; + margin-right: 2.0em; } .navbar-brand img { margin-top: -7px; diff --git a/hbase-thrift/src/main/resources/hbase-webapps/static/css/hbase.css b/hbase-thrift/src/main/resources/hbase-webapps/static/css/hbase.css index 4b36c806305..03d8ff4f266 100644 --- a/hbase-thrift/src/main/resources/hbase-webapps/static/css/hbase.css +++ b/hbase-thrift/src/main/resources/hbase-webapps/static/css/hbase.css @@ -19,7 +19,8 @@ /* General styling */ body { padding-top: 50px; } html .content { - margin-left: 1.0em; + margin-left: 2.0em; + margin-right: 2.0em; } .navbar-brand img { margin-top: -7px;