chore: word break in markdown msg

This commit is contained in:
Tristan Yang
2023-06-22 22:26:58 +08:00
parent 3921def6bb
commit 4adcec4152
+1 -2
View File
@@ -226,7 +226,6 @@ html.dark ::-webkit-scrollbar-thumb {
background: rgb(17 24 39); background: rgb(17 24 39);
} }
/* markdown overrides */ /* markdown overrides */
#MARKDOWN_CONTAINER .toastui-editor-contents { #MARKDOWN_CONTAINER .toastui-editor-contents {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -252,7 +251,7 @@ html.dark ::-webkit-scrollbar-thumb {
font-size: 14px; font-size: 14px;
line-height: 22px; line-height: 22px;
margin: 0 0 16px; margin: 0 0 16px;
word-break: break-all; word-break: break-word;
} }
[class^="toastui-editor-"] a { [class^="toastui-editor-"] a {
background-color: transparent; background-color: transparent;