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