Fix word breaking in editor preview

This commit is contained in:
Bojan Mojsilovic 2023-12-27 16:15:20 +01:00
parent a01629b6b8
commit 4a76187d96

View File

@ -226,7 +226,7 @@ textarea::-webkit-scrollbar{
min-height: 60px;
outline: 0px solid transparent;
word-wrap: break-word;
word-break: break-all;
word-break: break-word;
font-size: 16px;
line-height: 20px;
font-weight: 400;