fix: anchor oveflow on small screen size

This commit is contained in:
tanishqmanuja
2023-10-02 12:19:42 +05:30
committed by Sat Naing
parent 6352353470
commit d025c914d9
+1 -1
View File
@@ -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,