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);
}
/* markdown overrides */
#MARKDOWN_CONTAINER .toastui-editor-contents {
display: flex;
flex-direction: column;
@@ -252,7 +251,7 @@ html.dark ::-webkit-scrollbar-thumb {
font-size: 14px;
line-height: 22px;
margin: 0 0 16px;
word-break: break-all;
word-break: break-word;
}
[class^="toastui-editor-"] a {
background-color: transparent;