fix magic suggest to always open a new line (sets width:0) by setting a min-width of 10em

This commit is contained in:
Ralf Becker 2015-05-26 16:52:01 +00:00
parent 3b80346c3a
commit ed01f80f24

View File

@ -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
*/ */