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:51:43 +00:00
parent ad07c416bf
commit aff68492e1

View File

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