Skip to content

Commit

Permalink
Fix EasyMDE and Bootstrap conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Jun 22, 2024
1 parent 6b5230b commit 86ca386
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions app/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -281,3 +281,9 @@ pre {
.gap-3 {
gap: 1rem;
}

/* Fix EasyMDE and Bootstrap conflict */
.editor-toolbar .table {
width: auto;
vertical-align: unset;
}
2 changes: 1 addition & 1 deletion app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%}
Expand Down

0 comments on commit 86ca386

Please sign in to comment.