From 2a2d8f44565db61062f5feaab96a2d8ea4919035 Mon Sep 17 00:00:00 2001 From: fs654 Date: Tue, 1 Dec 2015 13:45:49 +0100 Subject: [PATCH] 1.6.0 quickfix --- css/fbsync.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/css/fbsync.css b/css/fbsync.css index 0dfce4e..05c69c4 100755 --- a/css/fbsync.css +++ b/css/fbsync.css @@ -254,8 +254,7 @@ width: 100%; } .localcontact .name { - max-width: 170px; - min-width: 100px; + width: 170px; overflow: hidden; white-space: nowrap; display: block; @@ -273,9 +272,9 @@ height: 20px; padding: 0; margin: 0px; - max-width: 170px; - min-width: 100px; + width: 170px; border-radius: 0; + display: block; } .sync-contact { display: inline-block;