Fix EasyMDE and Bootstrap conflict

This commit is contained in:
rubenwardy 2024-06-22 13:08:26 +01:00
parent 6b5230b0c1
commit 86ca3864a3
2 changed files with 7 additions and 1 deletions

@ -281,3 +281,9 @@ pre {
.gap-3 {
gap: 1rem;
}
/* Fix EasyMDE and Bootstrap conflict */
.editor-toolbar .table {
width: auto;
vertical-align: unset;
}

@ -16,7 +16,7 @@
{%- endif %}
<link rel="stylesheet" type="text/css" href="/static/libs/bootstrap.min.css?v=4">
<link rel="stylesheet" type="text/css" href="/static/custom.css?v=52">
<link rel="stylesheet" type="text/css" href="/static/custom.css?v=53">
<link rel="search" type="application/opensearchdescription+xml" href="/static/opensearch.xml" title="ContentDB" />
{% if noindex -%}