From 86ca3864a3b72c323b4b6fe71fee3a6b0cfbb9f1 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 22 Jun 2024 13:08:26 +0100 Subject: [PATCH] Fix EasyMDE and Bootstrap conflict --- app/scss/custom.scss | 6 ++++++ app/templates/base.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -%}