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.
次のボタン (ドロップダウン) の幅を減らす必要があります。
どうすればいいですか?
基になるボタン要素の CSS を変更できます。
特定のツールをターゲットにしたい場合は、firebug を使用して DOM を掘り下げ、特定のクラスが何であるかを確認してください。
たとえば、フォーマットとフォントのドロップダウンの幅を変更するには、次の CSS を使用します。
.cke_skin_kama .cke_format .cke_text, .cke_skin_kama .cke_font .cke_text { width: 72px; }