mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 20:13:07 +00:00
Fix timestamp tooltips not aligning correctly with timestamps
This commit is contained in:
parent
b2eebfa65e
commit
6bfd6ed473
1 changed files with 1 additions and 0 deletions
|
@ -1044,6 +1044,7 @@ kbd {
|
|||
word-wrap: break-word;
|
||||
word-break: break-word; /* Webkit-specific */
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue