diff options
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 517afeaa..fe0cca10 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -1,4 +1,8 @@ @import '../../_variables.scss'; + +.notifications button { + min-height: 20px; +} .notification { padding: 0.4em 0 0 0.7em; display: flex; |
