mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-03 11:47:28 +01:00
Fix EasyMDE and Bootstrap conflict
This commit is contained in:
parent
6b5230b0c1
commit
86ca3864a3
@ -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 -%}
|
||||
|
Loading…
Reference in New Issue
Block a user