Fix word-wrap css
Anirudh Oppiliappan x@icyphox.sh
Wed, 24 Mar 2021 11:47:05 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
static/style.css
→
static/style.css
@@ -52,7 +52,7 @@ margin: 0;
padding: 0; box-sizing: border-box; text-decoration: none; - color: #000 + color: #000; word-wrap: break-word; }