forked from extern/egroupware
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
3b80346c3a
commit
ed01f80f24
@ -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