From 242a194b3cb81ffee4786eee81b4dbe49daa39a7 Mon Sep 17 00:00:00 2001 From: LiangJun He <2005hithlj@163.com> Date: Tue, 12 Apr 2022 23:18:08 +0800 Subject: [PATCH] HBASE-26943 HMaster page style display confusion Signed-off-by: Yu Li --- .../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 49fdc4c1a92..7b0c38da3c2 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 {