From 765a62b2f395c77707d1aff9fa55d7096a2e309d Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 20 Oct 2018 14:04:56 +0200 Subject: [PATCH] Style.css Ajout de nowrap --- html/style-classic7.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/style-classic7.css b/html/style-classic7.css index 80fbd12eb..7d9813ddd 100644 --- a/html/style-classic7.css +++ b/html/style-classic7.css @@ -2271,3 +2271,6 @@ div.progressbar { color:antiquewhite; font-weight: bolder; } +.nowrap td { + white-space: nowrap; +} \ No newline at end of file