diff --git a/src/css/easymde.css b/src/css/easymde.css index 1878b5d..b645f9c 100644 --- a/src/css/easymde.css +++ b/src/css/easymde.css @@ -141,6 +141,7 @@ .editor-toolbar button { min-width: 30px; + white-space: nowrap; } .editor-toolbar button.active, @@ -365,6 +366,10 @@ visibility: visible; } +.easymde-dropdown-content button { + display: block; +} + span[data-img-src]::after { content: ''; /*noinspection CssUnresolvedCustomProperty, added through JS*/