Fix word break and blockquote text color for markdown (#1913)

This commit is contained in:
Zane
2025-03-28 14:35:00 -07:00
committed by GitHub
parent 5668fcd207
commit 165310bc72
2 changed files with 8 additions and 1 deletions
+6
View File
@@ -152,6 +152,12 @@
}
@layer components {
/* Tailwind doesn't offer all three with break-words */
.word-break {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
}
.titlebar-drag-region {
-webkit-app-region: drag;
height: 32px;