diff --git a/assets/themes/default/_global.scss b/assets/themes/default/_global.scss index 378a513d..e2e6f100 100644 --- a/assets/themes/default/_global.scss +++ b/assets/themes/default/_global.scss @@ -249,6 +249,9 @@ p.error { position: relative; a { display: block; + width: 100%; + height: 100%; + padding-block-start: 0.5em; transition: color 0.1s ease-in; color: $text-color;