From 05cd95987f1946f2bce138d339ef64511e15bde6 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 8 Jun 2008 10:10:54 +0000 Subject: [PATCH] Fixes tabulation with Firefox 2 on tabular forms. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1506 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index f51d1841c..dd942c819 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -229,7 +229,7 @@ height: 1%; clear:left; } -html>body .tabular p {overflow:auto;} +html>body .tabular p {overflow:hidden;} .tabular label{ font-weight: bold; -- 2.39.5