1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-10 17:30:26 +00:00

add display:none !important; because codemirror adds inline style display: inline-block;

This commit is contained in:
BurningTreeC 2024-11-10 18:49:29 +01:00
parent 848215044d
commit 499a052293

View File

@ -208,7 +208,7 @@ div[class*="tc-sidebar-resizer-identified-"]:not(.tc-main-sidebar-resizer) {
<%if [<width>compare:number:gteq[99]] %> <%if [<width>compare:number:gteq[99]] %>
.tc-edit-texteditor-identified-<<identifier>> { .tc-edit-texteditor-identified-<<identifier>> {
display: none; display: none !important;
} }
<% endif %> <% endif %>