Commit 5e217aae authored by JC Brand's avatar JC Brand

Reduce max width of roster items

Otherwise they get cut off sometimes
parent f051ff28
...@@ -11197,7 +11197,7 @@ body.reset { ...@@ -11197,7 +11197,7 @@ body.reset {
text-overflow: ellipsis; text-overflow: ellipsis;
padding: 0; padding: 0;
margin: 0; margin: 0;
max-width: 90%; max-width: 85%;
float: none; float: none;
height: 100%; } height: 100%; }
#conversejs #converse-roster .roster-contacts .roster-group li .open-chat .contact-name.unread-msgs { #conversejs #converse-roster .roster-contacts .roster-group li .open-chat .contact-name.unread-msgs {
......
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
text-overflow: ellipsis; text-overflow: ellipsis;
padding: 0; padding: 0;
margin: 0; margin: 0;
max-width: 90%; max-width: 85%;
float: none; float: none;
height: 100%; height: 100%;
&.unread-msgs { &.unread-msgs {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment