mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Admin: Set a min-width in ACL dialog
This commit is contained in:
parent
9dfd6f0766
commit
1d4bc10fbb
@ -108,6 +108,10 @@ td.admin_userAgent span {
|
|||||||
max-width: 100% !important;
|
max-width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#acl-edit #_acl_account {
|
||||||
|
min-width: 16rem;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* mail account wizard and edit
|
* mail account wizard and edit
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user