Fix EasyMDE and Bootstrap conflict
This commit is contained in:
@@ -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 -%}
|
||||
|
||||
Reference in New Issue
Block a user