ui: Improve visibility of dropdown menus on dialogs (#3528)

It was not possible to display the entire name of items in dropdown menus within dialogs in CloudStack, such as:

Create compute offering
Create network offering
Create VPC offering
This commit is contained in:
Nicolas Vazquez 2019-07-30 03:46:28 -03:00 committed by Rohit Yadav
parent bf7e59587d
commit 1141377e50
1 changed files with 4 additions and 0 deletions

View File

@ -3866,6 +3866,10 @@ table tr.selected td.actions .action.disabled .icon {
background-position: -3px -368px;
}
.ui-dialog select {
overflow: scroll;
}
.ui-dialog.confirm .ui-button {
margin-top: 0;
margin-left: 11px;