mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-17 04:13:01 +00:00
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>
This commit is contained in:
parent
05b3907b0c
commit
4b51d1386b
|
@ -593,6 +593,8 @@
|
|||
.status__action-bar-timestamp {
|
||||
flex-grow: 1;
|
||||
text-align: end;
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.detailed-status__action-bar-dropdown {
|
||||
|
|
Loading…
Reference in a new issue