mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-31 18:39:36 +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
3b80346c3a
commit
ed01f80f24
@ -1461,6 +1461,9 @@ div.ms-sel-ctn {
|
|||||||
div.ms-sel-ctn .ms-sel-item {
|
div.ms-sel-ctn .ms-sel-item {
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
.ms-ctn input:focus {
|
||||||
|
min-width: 10em;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* et2_toolbar
|
* et2_toolbar
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user