diff options
| author | Henry Jameson <me@hjkos.com> | 2020-06-06 23:08:52 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-06-06 23:08:52 +0300 |
| commit | ebf2ce84fdd7e175f5715452400ec3bdf789310b (patch) | |
| tree | c93dbf3d75ffa24be9fee2b042fd4275a691f457 /src/components/notifications/notifications.scss | |
| parent | de3a376bebb25fefb1fe513c3491ee6c4e48af0f (diff) | |
alignment fixes
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 9efcfcf8..b675af5a 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -36,6 +36,8 @@ border-bottom: 1px solid; border-color: $fallback--border; border-color: var(--border, $fallback--border); + word-wrap: break-word; + word-break: break-word; &:hover .animated.avatar { canvas { @@ -46,10 +48,6 @@ } } - .muted { - padding: .25em .6em; - } - .non-mention { display: flex; flex: 1; |
