Reduce max width of roster items

Otherwise they get cut off sometimes
This commit is contained in:
JC Brand 2018-12-03 11:25:58 +01:00
parent f051ff283b
commit 5e217aae9b
2 changed files with 2 additions and 2 deletions

View File

@ -11197,7 +11197,7 @@ body.reset {
text-overflow: ellipsis;
padding: 0;
margin: 0;
max-width: 90%;
max-width: 85%;
float: none;
height: 100%; }
#conversejs #converse-roster .roster-contacts .roster-group li .open-chat .contact-name.unread-msgs {

View File

@ -109,7 +109,7 @@
text-overflow: ellipsis;
padding: 0;
margin: 0;
max-width: 90%;
max-width: 85%;
float: none;
height: 100%;
&.unread-msgs {