Fix file preview content not breaking
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
.file-preview {
|
||||
|
||||
code {
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
line-height: 1.5rem;
|
||||
hyphens: none;
|
||||
}
|
||||
|
||||
img {
|
||||
|
||||
Reference in New Issue
Block a user