Make 90s css not wrap every word no matter where

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-09-03 01:07:56 +03:00
parent 0efb062dd8
commit 8916aaf9e7

View file

@ -13,7 +13,7 @@
-webkit-box-sizing: border-box;
box-sizing: border-box;
word-wrap: break-word;
/* word-wrap: break-word; */
word-break: break-all;
scroll-behavior: smooth;