From b2c05f03749d8e69f5909737b18425772bcb784b Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Wed, 16 Nov 2022 01:34:51 -0500 Subject: public/dist/app: Word break comment section

--- public/dist/app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/dist/app.css b/public/dist/app.css index 2a57771..c964ad4 100644 --- a/public/dist/app.css +++ b/public/dist/app.css @@ -37,3 +37,5 @@ button, input, optgroup, select, textarea { line-height: initial; } background-repeat: repeat; min-height: 12rem; } + +#hashover-comment-section p { word-break: break-all; }; -- cgit v1.2.3