Merge pull request 'Fix TextModal not to scroll horizontally' (#26) from Denevola/Hyperpipe:patch-txt-modal-horizontal-scroll-fix into main

Reviewed-on: https://codeberg.org/Hyperpipe/Hyperpipe/pulls/26
This commit is contained in:
Shiny Nematoda 2022-09-18 18:56:56 +02:00
commit d46efdad55

View file

@ -26,6 +26,7 @@
font-size: 1.25rem;
letter-spacing: 0.125rem;
white-space: pre-wrap;
word-break: break-word;
}
:deep(div) {