Merge pull request #1999 from thelounge/astorije/fix-timestamp-tooltip

Fix timestamp tooltips not aligning correctly with timestamps
This commit is contained in:
Jérémie Astori 2018-01-29 01:07:55 -05:00 committed by GitHub
commit 15ea2db31b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1044,7 +1044,7 @@ kbd {
word-wrap: break-word;
word-break: break-word; /* Webkit-specific */
display: flex;
overflow: hidden;
align-items: flex-start;
position: relative;
}
@ -1145,6 +1145,7 @@ kbd {
min-width: 0;
padding-left: 10px;
padding-right: 6px;
overflow: hidden; /* Prevents Zalgo text to expand beyond messages */
}
#loading a,