Reduce max width of roster items
Otherwise they get cut off sometimes
This commit is contained in:
parent
f051ff283b
commit
5e217aae9b
@ -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 @@
|
|||||||
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user