troylutton / ckeditor

CkEditor plugins
MIT License
5 stars 13 forks source link

Label cut off #1

Open retorquere opened 7 years ago

retorquere commented 7 years ago

The plugin shows the select dropdown as Insert pla.... Is there a way to have it show the full Insert placeholder? And is it possible to translate the text?

a2exfr commented 6 years ago

To show full " Insert placeholder" add rule to css:

.cke_combo_text{
    width:auto!important;
}