Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 21a960a

Browse files
committed
Fix timestamp issues
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
1 parent c0f34c9 commit 21a960a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

res/css/views/rooms/_IRCLayout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ $irc-line-height: $font-18px;
2929
// timestamps are links which shouldn't be underlined
3030
> a {
3131
text-decoration: none;
32+
min-width: 45px;
3233
}
3334

3435
display: flex;

0 commit comments

Comments
 (0)