Skip to content

Commit

Permalink
Adding word wrap to content. (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThindalTV committed Mar 26, 2024
1 parent a30f432 commit 8fdc436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TagzApp.Web/wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ body {
#taggedContent .content,
#overlayDisplay .content,
#overlayDisplay.showPreview .content {
word-wrap: break-word;
grid-area: 3 / 1 / 4 / 4;
display: block;
width: 100%;
Expand Down

0 comments on commit 8fdc436

Please sign in to comment.