Merge pull request #2539 from thelounge/astorije/more-caret

Restore whitespace between caret and More/Less text in previews
This commit is contained in:
Pavel Djundik 2018-06-10 22:53:02 +03:00 committed by GitHub
commit 7ea32d8a71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1428,7 +1428,7 @@ kbd {
}
#chat .toggle-content .more::after {
content: attr(aria-label);
content: " " attr(aria-label);
}
#chat .toggle-content .more-caret {