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

View File

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