From 2239c2751486b02b6466ca8d10370ca54e5b18b8 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 23 Aug 2010 14:57:33 +0200 Subject: [PATCH] Set maximum height for duplicate list, to make scrolling easier. --- turba/themes/screen.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/turba/themes/screen.css b/turba/themes/screen.css index f4edcf8df..ca3f7fa41 100644 --- a/turba/themes/screen.css +++ b/turba/themes/screen.css @@ -71,10 +71,10 @@ table#addressbook-list th.sortdown { /* Duplicates */ .turba-duplicate { - overflow-y: hidden; - overflow-x: auto; + overflow: auto; white-space: nowrap; vertical-align: top; + max-height: 400px; } .turba-duplicate-contact { display: inline-block; -- 2.11.0