From 6e48bbfccf0012e6ecfeccd0d14f4767cfe365f5 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Fri, 24 Oct 2008 06:42:03 +0000 Subject: [PATCH] Fix for #2175 - DateField wrap problem svn changeset:5702/svn branch:trunk --- WebContent/ITMILL/themes/default/datefield/datefield.css | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- 2.39.5