mirror of https://github.com/apache/cloudstack.git
bug 14044
Reduce width of level bar to prevent '100%' capacity text from wrapping
This commit is contained in:
parent
5148145d18
commit
5c1f1a505f
|
|
@ -3949,7 +3949,7 @@ Dialogs*/
|
|||
}
|
||||
|
||||
.system-chart.dashboard.admin .dashboard-container .stats .chart {
|
||||
width: 242px;
|
||||
width: 216px;
|
||||
}
|
||||
|
||||
/** Compute*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue