diff --git a/app/scss/custom.scss b/app/scss/custom.scss index 6e43ba1a..9ac5c18c 100644 --- a/app/scss/custom.scss +++ b/app/scss/custom.scss @@ -281,3 +281,9 @@ pre { .gap-3 { gap: 1rem; } + +/* Fix EasyMDE and Bootstrap conflict */ +.editor-toolbar .table { + width: auto; + vertical-align: unset; +} diff --git a/app/templates/base.html b/app/templates/base.html index 487c4274..a3e13a4a 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -16,7 +16,7 @@ {%- endif %} - + {% if noindex -%}