This commit is contained in:
commit
8321793a31
@ -233,10 +233,10 @@ const handleCategoryFocusout = (value) => {
|
|||||||
|
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
.q-editor-container {
|
.q-editor-container * {
|
||||||
max-width: 100%; /* 영역이 넘치지 않게 */
|
max-width: 100% !important;
|
||||||
overflow: auto; /* 넘치는 내용은 스크롤로 처리 */
|
word-break: break-all !important;
|
||||||
word-wrap: break-word; /* 긴 단어는 자동으로 줄바꿈 */
|
box-sizing: border-box;
|
||||||
white-space: normal; /* 내용이 길어지면 자동으로 줄바꿈 */
|
white-space: normal !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user