From 72e26fd92adbb80f4b2f9c42f4ba56ac32fc9bdd Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 16 Jan 2013 02:37:49 +0800 Subject: [PATCH] Fix css bug when precompile --- app/assets/stylesheets/admin/default_widget_setting.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/admin/default_widget_setting.css b/app/assets/stylesheets/admin/default_widget_setting.css index e68bb3aad..b3fe424d7 100644 --- a/app/assets/stylesheets/admin/default_widget_setting.css +++ b/app/assets/stylesheets/admin/default_widget_setting.css @@ -23,5 +23,5 @@ } label{ -    white-space: nowrap !important ; + white-space: nowrap !important ; } \ No newline at end of file