Extend clickable area to height of container (#7248)

This commit is contained in:
Christian Schmidt
2024-12-23 16:12:38 +01:00
committed by GitHub
parent 9d4ae02300
commit 190c7d6ed8
+3
View File
@@ -92,6 +92,9 @@ a[role='link'][data-no-underline='1']:hover {
}
/* ProseMirror */
.ProseMirror {
min-height: inherit;
}
.ProseMirror-dark {
color: white;
}