mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
fix magic suggest to always open a new line (sets width:0) by setting a min-width of 10em
This commit is contained in:
parent
ad07c416bf
commit
aff68492e1
@ -1461,6 +1461,9 @@ div.ms-sel-ctn {
|
||||
div.ms-sel-ctn .ms-sel-item {
|
||||
word-break: break-all;
|
||||
}
|
||||
.ms-ctn input:focus {
|
||||
min-width: 10em;
|
||||
}
|
||||
/**
|
||||
* et2_toolbar
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user