feat: allow links to break anywhere

This commit is contained in:
2025-09-29 17:32:05 +02:00
parent 064784a222
commit 5cba64e500

View File

@@ -45,6 +45,7 @@ $confirm: hsl(133deg, 100%, calc(41% + 0%));
p > a {
text-decoration: underline;
word-break: break-all;
}
p > a.button {