Fix long video links in the video description breaking the layout (#2382)

This commit is contained in:
absidue 2022-07-09 17:30:02 +02:00 committed by GitHub
parent 04c276ca73
commit 11db87f369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,4 +7,5 @@
font-family: 'Roboto', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
font-size: 17px;
white-space: pre-wrap;
overflow-wrap: anywhere;
}