Skip to content

Commit

Permalink
fix(registration): break email word to the next line (eclipse-tractus…
Browse files Browse the repository at this point in the history
…x#305)

email text was overlapping with button
  • Loading branch information
manojava-gk authored Dec 4, 2024
1 parent 57e5136 commit 927f551
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/newApp.css
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@ textarea {
color: #252525;
font-size: 16px;
font-family: 'Libre Franklin 400', sans-serif;
overflow-wrap: break-word;
}

.list-group-item-role {
Expand Down

0 comments on commit 927f551

Please sign in to comment.