From 7b2fc032b7c7aea2910d3c10b80b30a7e8e16fff Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Wed, 10 Dec 2025 20:14:50 -0500 Subject: Add word wrap --- static/app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/app.css b/static/app.css index 7085314..b3cfd7c 100644 --- a/static/app.css +++ b/static/app.css @@ -98,6 +98,8 @@ a:not(.icon):hover::after { background-color: rgba(0, 0, 0, 0.8); color: #dcccd5; + word-wrap: break-word; + border-radius: 20px; box-shadow: 0px 0px 15px 2px #410f5e; } -- cgit v1.2.3