diff options
Diffstat (limited to 'src/client/components/notification.vue')
| -rw-r--r-- | src/client/components/notification.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/notification.vue b/src/client/components/notification.vue index efbd07438a..d768c0b074 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; |