From 371dcc50916445e5a3b09ef51cb4b46e552751fc Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Mon, 3 Jan 2022 02:37:45 +0900 Subject: [PATCH] Address blog title positoin in dashboard --- assets/themes/default/_global.scss | 3 +++ 1 file changed, 3 insertions(+) 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;