Skip to content

Commit

Permalink
fix overflowing text
Browse files Browse the repository at this point in the history
  • Loading branch information
ohansFavour committed Jul 12, 2024
1 parent 9a07389 commit a500b36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ui/components/userDetail/userDetailForm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
span {
color: #ed344e;
font-weight: bold;
word-break: break-all;
hyphens: auto;
overflow-wrap: anywhere;
}
}
}
Expand Down

0 comments on commit a500b36

Please sign in to comment.