Skip to content

Commit

Permalink
Remove commented-out word-break property
Browse files Browse the repository at this point in the history
The 'word-break: break-all;' property was commented out and is now removed from the SectionMembers.module.scss file. This cleanup helps maintain a tidy and readable codebase.
  • Loading branch information
leolabdev committed Sep 20, 2024
1 parent 15798ee commit dbb301d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
font-weight: bold;
color: #e89dff;
overflow-wrap: break-word;
//word-break: break-all;
hyphens: auto;
}

Expand Down

0 comments on commit dbb301d

Please sign in to comment.