mirror of https://github.com/apache/cloudstack.git
Multi-edit: Fix wrapping on table headers
This commit is contained in:
parent
3f2a14b8b4
commit
088ba84e84
|
|
@ -7535,6 +7535,9 @@ div.ui-dialog div.multi-edit-add-list div.view div.data-table table.body tbody t
|
|||
|
||||
.multi-edit table th {
|
||||
min-width: 88px;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
.detail-group .multi-edit table td {
|
||||
|
|
|
|||
Loading…
Reference in New Issue