From cbc4a04465abaa00eb4c627a431ab022622a8a71 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 17 Jul 2018 18:05:49 +0200 Subject: [PATCH] Fix nowrap on smartphone --- htdocs/theme/eldy/style.css.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 49a980298ae..21ca0e5e586 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -700,10 +700,17 @@ div.divsearchfield { .divsearchfieldfilter { text-overflow: clip; overflow: auto; - white-space: nowrap; padding-bottom: 5px; opacity: 0.6; } +browser->layout == 'phone') { +?> +.divsearchfieldfilter { + white-space: nowrap; +} + div.confirmmessage { padding-top: 6px; }