From ae2021583da16d66d3d77099e1a8a26d585c4b5d Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 19 Feb 2020 07:00:44 +0900 Subject: [PATCH] :art: --- src/client/components/notification.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/components/notification.vue b/src/client/components/notification.vue index efbd07438..d768c0b07 100644 --- a/src/client/components/notification.vue +++ b/src/client/components/notification.vue @@ -113,7 +113,7 @@ export default Vue.extend({ .mk-notification { position: relative; box-sizing: border-box; - padding: 28px 32px; + padding: 24px 32px; font-size: 0.9em; overflow-wrap: break-word; display: flex;