Skip to content

Commit

Permalink
steemit#3915 Bug Fix
Browse files Browse the repository at this point in the history
Addition of overflow-wrap property to h1 element so that words longer than the display area are forced to wrap instead of being completely hidden.
  • Loading branch information
the-gorilla-steem committed May 14, 2024
1 parent 7db634c commit 54a2de1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/cards/PostFull.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
}
> h1 {
overflow: hidden;
overflow-wrap: break-word;
font-family: $body-font-family;
font-size: 240%;
font-weight: 800;
Expand Down

0 comments on commit 54a2de1

Please sign in to comment.