fix(editor): Allow long links on rendered markdown split to multiple lines (#14635)

This commit is contained in:
Jaakko Husso
2025-04-17 18:03:33 +03:00
committed by GitHub
parent a93dd53a3b
commit b80d7531d4

View File

@@ -289,6 +289,7 @@ input[type='checkbox'] + label {
.sticky {
color: var(--color-sticky-font);
overflow-wrap: break-word;
h1,
h2,