mirror of https://github.com/apache/cloudstack.git
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:
parent
bf7e59587d
commit
1141377e50
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue