forked from rDrama/rDrama
1
0
Fork 0
Aevann 2023-08-05 05:35:16 +03:00
parent f0696aa68d
commit 18af76f8a9
1 changed files with 4 additions and 0 deletions

View File

@ -7641,3 +7641,7 @@ body {
word-break: break-word !important;
overflow-wrap: break-word !important;
}
.table * {
word-break: keep-all !important;
}