mirror of https://github.com/apache/cloudstack.git
Zone wizard UI: fix multi-edit table width
This commit is contained in:
parent
29dda3f41a
commit
9e729fa166
|
|
@ -6816,6 +6816,10 @@ label.error {
|
|||
width: 98%;
|
||||
}
|
||||
|
||||
.multi-wizard.zone-wizard .multi-edit table th {
|
||||
max-width: 97px;
|
||||
}
|
||||
|
||||
.multi-wizard.zone-wizard .multi-edit .data {
|
||||
width: 102%;
|
||||
float: left;
|
||||
|
|
|
|||
Loading…
Reference in New Issue