Skip to content

Commit

Permalink
Fix mobile wrapping on function headers (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jgarcia authored Oct 27, 2023
1 parent a88e041 commit af0f908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/utilities/headerLink.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

.HeaderContainer {
@apply flex items-center font-bold text-gray-90 leading-snug;
@apply flex items-center font-bold text-gray-90 leading-snug break-all md:break-normal;
}

.HeaderContainer strong {
Expand Down

0 comments on commit af0f908

Please sign in to comment.