Add word-breaking to text preview
This commit is contained in:
@@ -119,6 +119,7 @@ const code = async file => {
|
||||
overflow: hidden;
|
||||
border: none;
|
||||
font-size: 0.9em;
|
||||
word-break: break-word;
|
||||
}
|
||||
.container > .md {
|
||||
display: block;
|
||||
|
@@ -50,5 +50,6 @@ export const set_file = file => {
|
||||
overflow: hidden;
|
||||
border: none;
|
||||
font-size: 0.9em;
|
||||
word-break: break-word;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user