diff options
author | Thedro Neely <thedroneely@gmail.com> | 2022-11-16 01:34:51 -0500 |
---|---|---|
committer | Thedro Neely <thedroneely@gmail.com> | 2022-11-16 01:34:51 -0500 |
commit | b2c05f03749d8e69f5909737b18425772bcb784b (patch) | |
tree | c08d4b804575bb0a2a4eea706a07e0a8d6047986 | |
parent | 906ad33bf41eef73fb1d4a692bb75e989a5f7ec9 (diff) | |
download | edwinmattiacci.com-b2c05f03749d8e69f5909737b18425772bcb784b.tar.gz edwinmattiacci.com-b2c05f03749d8e69f5909737b18425772bcb784b.tar.bz2 edwinmattiacci.com-b2c05f03749d8e69f5909737b18425772bcb784b.zip |
public/dist/app: Word break comment section <p>
-rw-r--r-- | public/dist/app.css | 2 |
1 files changed, 2 insertions, 0 deletions
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; }; |