Allow timestamp tooltips to expand beyond message boundaries

This commit is contained in:
Jérémie Astori 2018-01-23 01:02:37 -05:00
parent 6bfd6ed473
commit 5722bd9845
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

View file

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