Allows long URL's in post messages to be wrapped so as to not overflow

their parent element.

Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
pull/814/head
Cyrille Bollu 2019-11-08 14:38:09 +01:00
rodzic 30a0b66fde
commit 240cbabeb1
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -264,5 +264,6 @@ export default {
<style>
.post-message a {
text-decoration: underline;
overflow-wrap: anywhere;
}
</style>