You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "LiangJun He (Jira)" <ji...@apache.org> on 2022/04/11 11:27:00 UTC

[jira] [Commented] (HBASE-26943) HMaster page style display confusion

    [ https://issues.apache.org/jira/browse/HBASE-26943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17520507#comment-17520507 ] 

LiangJun He commented on HBASE-26943:
-------------------------------------

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)