chore: word break in markdown msg
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user