Style.css Ajout de nowrap

This commit is contained in:
Dany De Bontridder 2018-10-20 14:04:56 +02:00
parent 64e1894592
commit 765a62b2f3

View file

@ -2271,3 +2271,6 @@ div.progressbar {
color:antiquewhite;
font-weight: bolder;
}
.nowrap td {
white-space: nowrap;
}