HBASE-24746 The sort icons overlap the col name in master UI
Closes #2078 Signed-off-by: Viraj Jasani <vjasani@apache.org>
This commit is contained in:
parent
16f306b4a1
commit
6ae2fdd6b2
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue