Make WordPress Core

Ticket #41428: 41428.diff

File 41428.diff, 349 bytes (added by eliorivero, 9 years ago)

Allow to break long text strings in TinyMCE notifications

  • editor.css

     
    192192    text-align: center;
    193193}
    194194
     195/* TinyMCE notifications */
     196.mce-notification-inner {
     197        word-break: break-all;
     198}
     199
    195200/* TinyMCE menus */
    196201.mce-menu,
    197202.mce-floatpanel.mce-popover {