Skip to content

Commit

Permalink
Break long text in user bio
Browse files Browse the repository at this point in the history
  • Loading branch information
khammami committed Feb 5, 2024
1 parent 7e85411 commit cee0920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/User.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
padding: 2px;
border-radius: 3px;
background: rgba(255, 255, 255, 0.75);
word-break: break-word;
}

.User__relative-date {
Expand Down

0 comments on commit cee0920

Please sign in to comment.