Skip to content

Commit

Permalink
Fixed _forms.css white-space nowrap in the time picker.
Browse files Browse the repository at this point in the history
git-svn-id: https://calagator.googlecode.com/svn/trunk@1108 54c6411d-1744-0410-a9eb-b99409f43359
  • Loading branch information
igal.koshevoy committed Sep 9, 2008
1 parent 1d05842 commit 885a29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/site/styles/_forms.css.erb
Expand Up @@ -92,7 +92,7 @@ form.standard_form #time_end
}

div.time-picker li {
whitespace: no-wrap;
white-space: nowrap;
}

/* @end */
Expand Down

0 comments on commit 885a29f

Please sign in to comment.