Skip to content

Commit

Permalink
fix: anchor oveflow on small screen size
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishqmanuja authored and satnaing committed Oct 3, 2023
1 parent 6352353 commit d025c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
prose-img:border-skin-line prose-hr:!border-skin-line;
}
.prose a {
@apply hover:!text-skin-accent;
@apply break-words hover:!text-skin-accent;
}
.prose thead th:first-child,
tbody td:first-child,
Expand Down

0 comments on commit d025c91

Please sign in to comment.