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; }