fix: .language-text not breaking on mobile

This commit is contained in:
Rick van Lieshout 2023-04-12 23:35:35 +02:00
parent d91730dd8c
commit 5fe2d8e834

View File

@ -6,6 +6,10 @@
display: none;
}
.language-text {
overflow-wrap: break-word;
}
@media print {
.hideInPrintView {
display: none;