mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-11 01:38:28 +00:00
Fix long word content overflow
This commit is contained in:
parent
e84f01e546
commit
21d3c414dd
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ body {
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
word-wrap: break-word;
|
||||||
|
overflow-wrap: break-word;
|
||||||
background-color: #1b1b1b;
|
background-color: #1b1b1b;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue