word break fix

This commit is contained in:
coja 2024-11-10 02:01:32 +01:00
parent 36cdce10bd
commit a025d3d3f1

View File

@ -20,6 +20,7 @@
box-sizing: border-box;
margin: 0;
padding: 0;
word-break: break-all;
}
html,