You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by vj...@apache.org on 2020/07/17 16:22:38 UTC

[hbase] branch branch-2 updated: HBASE-24746 The sort icons overlap the col name in master UI

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

vjasani pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 4001d3f  HBASE-24746 The sort icons overlap the col name in master UI
4001d3f is described below

commit 4001d3f2d2f3760447a33e1099fda4f6cee4f525
Author: Zheng Wang <18...@qq.com>
AuthorDate: Fri Jul 17 21:40:32 2020 +0530

    HBASE-24746 The sort icons overlap the col name in master UI
    
    Closes #2078
    
    Signed-off-by: Viraj Jasani <vj...@apache.org>
---
 hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css b/hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css
index 6150877..0014ae7 100644
--- a/hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css
+++ b/hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css
@@ -53,6 +53,7 @@ table.tablesorter thead tr .header {
     background-repeat: no-repeat;
     background-position: center right;
     cursor: pointer;
+    padding-right: 30px;
 }
 table.tablesorter thead tr .headerSortUp {
     background-image: url(asc.gif);