2
0
Эх сурвалжийг харах

Fix requesting contact width bug

JC Brand 11 жил өмнө
parent
commit
e1ee833310

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