fix: very long words overflowing in descriptions and comments
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2022-05-15 22:51:43 +02:00
parent 246d6794d8
commit 9936d3683e
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 0 deletions

View File

@ -326,6 +326,8 @@ export default defineComponent({
.preview.content {
margin-bottom: .5rem;
overflow-wrap: anywhere; // Safari does not understand "break-word" so we put that first to make sure it at least is able to show it somewhat properly there.
overflow-wrap: break-word;
ul li {
input[type="checkbox"] {