mirror of https://github.com/apache/cloudstack.git
Zone wizard UI: Increase height of text fields to prevent cutoff
This commit is contained in:
parent
d6ac814b02
commit
117fd14291
|
|
@ -7680,7 +7680,7 @@ label.error {
|
|||
.multi-wizard.zone-wizard .select-container .field .value input,
|
||||
.multi-wizard.zone-wizard .select-container .field .value select {
|
||||
width: 316px;
|
||||
height: 12px;
|
||||
height: 20px;
|
||||
margin: 13px 13px 0 18px;
|
||||
float: left;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue