[ 
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:30 AM:
---------------------------------------------------------------

As shown in the 
attachment,[usertable_before.png|https://issues.apache.org/jira/secure/attachment/13042242/usertable_before.png]
 and  
[procedure_before.png|https://issues.apache.org/jira/secure/attachment/13042241/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}


was (Author: heliangjun):
As shown in the attachment, [#procedure_before.png],[#usertable_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}

> 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, usertable_before.png
>
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to