Merge pull request #623 from lironhl/bug_fix/chrome-content-overflow

Fixes the content overflow in the web interface in chrome.
This commit is contained in:
Clément Renault 2020-04-22 13:47:33 +02:00 committed by GitHub
commit 8c41fb2b49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@
box-sizing: border-box;
padding-left: 10px;
color: rgba(0,0,0,.9);
overflow-wrap: break-word;
}
</style>
</head>