Browse Source

Fix requesting contact width bug

JC Brand 11 years ago
parent
commit
e1ee833310
2 changed files with 2 additions and 2 deletions
  1. 1 1
      css/converse.css
  2. 1 1
      less/converse.less

+ 1 - 1
css/converse.css

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

+ 1 - 1
less/converse.less

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