Removed 'bug' with language dropdown being too narrow / breaking words in between

This commit is contained in:
2026-04-10 22:45:02 +02:00
parent aa7685b096
commit dc37bb9186

View File

@@ -15,3 +15,7 @@
.post { .post {
text-align: justify; text-align: justify;
} }
*, ::before, ::after {
word-break: normal;
}