[
https://issues.apache.org/jira/browse/HBASE-26943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17520507#comment-17520507
]
LiangJun He edited comment on HBASE-26943 at 4/11/22 11:43 AM:
---------------------------------------------------------------
As shown in the attachment [^usertable_before.png] and
[^procedure_before.png], i found hmaster page style display confusion.
I modify .row value of bootstrap.min.css to fix this problem:
from:
{code:java}
.row{margin-right:-15px;margin-left:-15px} {code}
to
{code:java}
.row{margin-right:-15px;margin-left:-15px;margin-top:2em} {code}
Then, we can see the attachment for the normal display style
[usertable_good.png|https://issues.apache.org/jira/secure/attachment/13042244/usertable_good.png]
and
[procedure_good.png|https://issues.apache.org/jira/secure/attachment/13042244/procedure_good.png]
was (Author: heliangjun):
As shown in the attachment [^usertable_before.png] and
[^procedure_before.png], i found hmaster page style display confusion.
I modify .row value of bootstrap.min.css to fix this problem:
from:
{code:java}
.row{margin-right:-15px;margin-left:-15px} {code}
to
{code:java}
.row{margin-right:-15px;margin-left:-15px;margin-top:2em} {code}
Then, see the attachment for the normal display style usertable_good.png and
[procedure_good.png| !procedure_good.png! ]
> HMaster page style display confusion
> ------------------------------------
>
> Key: HBASE-26943
> URL: https://issues.apache.org/jira/browse/HBASE-26943
> Project: HBase
> Issue Type: Improvement
> Components: master
> Affects Versions: 3.0.0-alpha-3
> Reporter: LiangJun He
> Priority: Minor
> Fix For: 3.0.0-alpha-3
>
> Attachments: procedure_before.png, procedure_good.png,
> usertable_before.png, usertable_good.png
>
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)