mirror of https://github.com/apache/cloudstack.git
metrics: fix padding in elements
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
53a4212e26
commit
c02dc40dd9
|
|
@ -1426,6 +1426,11 @@ div.list-view td.state.transition span {
|
|||
|
||||
.horizontal-overflow tbody td, .horizontal-overflow thead th {
|
||||
min-width: 50px;
|
||||
padding: 10px 5px 8px 0px;
|
||||
}
|
||||
|
||||
.horizontal-overflow th.quick-view {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.groupable-header {
|
||||
|
|
|
|||
Loading…
Reference in New Issue