Realign timestamps (#2044)

Add missing display and overflow properties.

Fixes misaligned timestamps and missing overflow in search.

Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>

Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
pull/41/head
Plastikmensch 2022-12-23 12:35:03 +01:00 committed by GitHub
parent 05b3907b0c
commit 4b51d1386b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -593,6 +593,8 @@
.status__action-bar-timestamp {
flex-grow: 1;
text-align: end;
display: flex;
overflow: hidden;
}
.detailed-status__action-bar-dropdown {