Allow timestamp tooltips to expand beyond message boundaries
This commit is contained in:
parent
6bfd6ed473
commit
5722bd9845
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user