Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ckeditor を使用しています。ツールバーにカスタム ドロップダウンを作成しました。ドロップダウンの幅を設定することはできますが、アイテムはその中で切り捨てられます。アイテムの幅を広げる方法はありますか?
ckeditor の strinsert プラグインをドロップダウン リストに使用していると仮定して、これをスキン フォルダーの editor.css に追加します。
.cke_combo__strinsert, .cke_combo_button, .cke_combo_label { width: 150px !important; } .cke_combo_text, .cke_combo_open { width: 115px !important; }