diff options
| author | Henry Jameson <me@hjkos.com> | 2024-08-15 00:57:23 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-08-15 00:57:23 +0300 |
| commit | 5ad4d82b6b7f7f82be010f4ecda693625bbc243e (patch) | |
| tree | ce0c03c4364d8a492304d7eac0944c34aeee568d /src/components/timeline | |
| parent | 1f50fc2a8b3b06aaeae90bdb6e5e3bef621698dc (diff) | |
try to fix gaps
Diffstat (limited to 'src/components/timeline')
| -rw-r--r-- | src/components/timeline/timeline.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/timeline/timeline.scss b/src/components/timeline/timeline.scss index 0fc0d979..61261d32 100644 --- a/src/components/timeline/timeline.scss +++ b/src/components/timeline/timeline.scss @@ -4,6 +4,12 @@ backdrop-filter: none; } + /* This is to fix the occasional gaps/weird lines in timeline */ + .timeline { + display: flex; + flex-direction: column; + } + .alert-badge { font-size: 0.75em; line-height: 1; |
