Fix requesting contact width bug

This commit is contained in:
JC Brand 2014-07-31 18:41:37 +02:00
parent 64580bfd3d
commit e1ee833310
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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,