mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
CS-15958: Fix ACL select box
Give fixed width to ACL tier select box, to prevent overflow with long network names
This commit is contained in:
parent
41a383f0f9
commit
55e224f56d
@ -9668,6 +9668,11 @@ div.panel.ui-dialog div.list-view div.fixed-header {
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
.ui-dialog.configure-acl .multi-edit table select,
|
||||
.detail-view .acl .multi-edit select {
|
||||
width: 76px;
|
||||
}
|
||||
|
||||
.ui-dialog.configure-acl .ui-dialog-buttonpane {
|
||||
/*+placement:shift 722px -2px;*/
|
||||
position: relative;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user