From a6104d18a9ab132d17ec7dbf4b840587cc91fda0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 2 Jun 2018 16:36:05 +0200 Subject: [PATCH] CSS --- htdocs/theme/eldy/style.css.php | 3 +++ htdocs/theme/md/style.css.php | 3 +++ 2 files changed, 6 insertions(+) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 2b0d7f662f9..c31561ae77d 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -611,6 +611,9 @@ textarea.centpercent { .nowraponall { /* no wrap on all devices */ white-space: nowrap; } +.wrapimp { + white-space: normal !important; +} .wordwrap { word-wrap: break-word; } diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index e32db0aea91..3eb8884fa9d 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -603,6 +603,9 @@ textarea.centpercent { .nowraponall { /* no wrap on all devices */ white-space: nowrap; } +.wrapimp { + white-space: normal !important; +} .wordwrap { word-wrap: break-word; }