You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by li...@apache.org on 2022/04/13 09:10:35 UTC

[hbase] 02/02: HBASE-26943 HMaster page style display confusion

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

liyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 67ac16c8da731a1bd1cc040c8898e4b66b23e983
Author: liangjunhe.hlj <he...@alibaba-inc.com>
AuthorDate: Tue Apr 12 23:18:08 2022 +0800

    HBASE-26943 HMaster page style display confusion
    
    Signed-off-by: Yu Li <li...@apache.org>
---
 .../src/main/resources/hbase-webapps/static/css/bootstrap.min.css      | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hbase-server/src/main/resources/hbase-webapps/static/css/bootstrap.min.css b/hbase-server/src/main/resources/hbase-webapps/static/css/bootstrap.min.css
index 49fdc4c1a9..7b0c38da3c 100644
--- a/hbase-server/src/main/resources/hbase-webapps/static/css/bootstrap.min.css
+++ b/hbase-server/src/main/resources/hbase-webapps/static/css/bootstrap.min.css
@@ -2016,7 +2016,8 @@ pre code {
 
 .row {
   margin-right: -15px;
-  margin-left: -15px
+  margin-left: -15px;
+  margin-top: 20px
 }
 
 .row-no-gutters {