1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-08 23:39:46 +01:00

style.css: handle very long words across all the post

This commit is contained in:
Zankaria 2024-08-20 16:06:51 +02:00 committed by Zankaria
parent 2431eb78b2
commit 7c779418ac

View File

@ -285,6 +285,7 @@ div.post {
padding: 0.5em 0.3em;
display: inline-block;
max-width: 94%!important;
overflow-wrap: break-word;
@media (max-width: 48em) {
margin: 0.1em 0px;