diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-26 17:31:26 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-26 17:31:26 +0300 |
| commit | 079e289260bfdf0ac8804f43b09f0c14c5338f5d (patch) | |
| tree | 87401bbbfc4c4b106989e07b6b4dbd9848cccf89 /src/components/notifications | |
| parent | a96367139ca1c5716dce738c0e24300fadaeafac (diff) | |
improvements and cleanup to input components
Diffstat (limited to 'src/components/notifications')
| -rw-r--r-- | src/components/notifications/notifications.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 07abee27..3d3408f7 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -119,7 +119,7 @@ .notification-details { min-width: 0; word-wrap: break-word; - line-height: 1.4; + line-height: var(--post-line-height); position: relative; overflow: hidden; width: 100%; |
