From: Artur Signell Date: Fri, 24 Oct 2008 06:42:03 +0000 (+0000) Subject: Fix for #2175 - DateField wrap problem X-Git-Tag: 6.7.0.beta1~3947 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6e48bbfccf0012e6ecfeccd0d14f4767cfe365f5;p=vaadin-framework.git Fix for #2175 - DateField wrap problem svn changeset:5702/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/datefield/datefield.css b/WebContent/ITMILL/themes/default/datefield/datefield.css index 26e9cfa201..4af5e1405a 100644 --- a/WebContent/ITMILL/themes/default/datefield/datefield.css +++ b/WebContent/ITMILL/themes/default/datefield/datefield.css @@ -1,3 +1,7 @@ +.i-datefield { + white-space: nowrap; +} + .i-datefield-textfield { vertical-align: top; }