Skip to content

Commit

Permalink
fix(contact-message): fix css overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Feb 3, 2025
1 parent a33c7ce commit 92d95bb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
margin-right: 250px;
padding: 15px;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-all;
overflow: hidden;
}

.user-side {
Expand Down

0 comments on commit 92d95bb

Please sign in to comment.