Fix timestamp tooltips not aligning correctly with timestamps
This commit is contained in:
parent
b2eebfa65e
commit
6bfd6ed473
@ -1044,6 +1044,7 @@ kbd {
|
|||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
word-break: break-word; /* Webkit-specific */
|
word-break: break-word; /* Webkit-specific */
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: flex-start;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user