fix: Prevent auto-filling title in YFM note

Closes #1172
This commit is contained in:
Maksim Eltyshev
2025-06-05 15:10:46 +02:00
parent 608a7c983f
commit 21f90610bc
3 changed files with 18 additions and 1 deletions
+4
View File
@@ -230,6 +230,10 @@
min-width: auto;
}
}
.yfm-note {
min-height: 60px;
}
}
.hljs {