mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4642: Fix width of drop-down
Fix width of timezone select drop-down to support longer time zone text
This commit is contained in:
parent
362bf5b8b4
commit
66b2809de8
|
|
@ -8133,6 +8133,7 @@ div.ui-dialog div.multi-edit-add-list div.view div.data-table table.body tbody t
|
|||
.recurring-snapshots .schedule .forms form select {
|
||||
float: left;
|
||||
margin: 3px 10px 3px 3px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.recurring-snapshots .schedule .forms form input {
|
||||
|
|
@ -8170,7 +8171,7 @@ div.ui-dialog div.multi-edit-add-list div.view div.data-table table.body tbody t
|
|||
}
|
||||
|
||||
.recurring-snapshots .schedule .forms form .value {
|
||||
width: 370px;
|
||||
width: 470px;
|
||||
float: left;
|
||||
text-align: left;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue