From e63542d8a6d7e611adc3de7cc38b08a62714de5d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 13 Nov 2013 20:37:05 +0100 Subject: [PATCH] Fix: avoid scroll --- htdocs/theme/eldy/style.css.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 0adafcccc0a..ea44564b8d5 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1140,6 +1140,7 @@ td.photo { box-shadow: 2px 2px 4px #DDD; padding: 0 4px 0 4px !important; + min-height: 32px; }