Fix css bug when precompile

This commit is contained in:
chris 2013-01-16 02:37:49 +08:00
parent 71d5abae2e
commit c33a723a2a
1 changed files with 4 additions and 0 deletions

View File

@ -29,3 +29,7 @@ label{
margin: 0 0 0 -25px;
white-space: normal;
}
label{
white-space: nowrap !important ;
}