Update easymde.css

pull/461/head
Jonathan 2 years ago committed by GitHub
parent 5a4af7e38a
commit b675e611a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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*/

Loading…
Cancel
Save