From 0079583dfbc9975ed2ece0cec4c26daa0c3a60d6 Mon Sep 17 00:00:00 2001 From: short <> Date: Wed, 9 Feb 2005 22:24:37 +0000 Subject: [PATCH] Imporove "font-size" handling: +max-height --- .userContent.css | 1 + 1 file changed, 1 insertion(+) diff --git a/.userContent.css b/.userContent.css index 31c687f..148360c 100644 --- a/.userContent.css +++ b/.userContent.css @@ -52,6 +52,7 @@ html * input,html * select,html * textarea { html * input,html * select,li { /* Conflicts with font-size etc.: */ height: auto !important; + max-height: none !important; } html * input *,html * select *,html * textarea * { background-color: navy !important; -- 1.8.3.1