From d025c914d91a9b7969c8db4bd6a700723ef86a39 Mon Sep 17 00:00:00 2001 From: tanishqmanuja Date: Mon, 2 Oct 2023 12:19:42 +0530 Subject: [PATCH] fix: anchor oveflow on small screen size --- src/styles/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/base.css b/src/styles/base.css index b47960e..6db3a7e 100644 --- a/src/styles/base.css +++ b/src/styles/base.css @@ -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,