Commit e1ee8333 authored by JC Brand's avatar JC Brand

Fix requesting contact width bug

parent 64580bfd
......@@ -874,7 +874,7 @@ dl.add-converse-contact {
text-overflow: ellipsis;
}
#conversejs #converse-roster span.req-contact-name {
width: 70%;
width: 65%;
}
#conversejs #converse-roster span.pending-contact-name,
#conversejs #converse-roster a.open-chat {
......
......@@ -969,7 +969,7 @@ dl.add-converse-contact {
}
#conversejs #converse-roster span.req-contact-name {
width: 70%;
width: 65%;
}
#conversejs #converse-roster span.pending-contact-name,
......
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