diff rhodecode/public/css/style.css @ 3319:6d75dfb6b8ed beta

change status box css fix (was trimmed sometimes)
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 04 Feb 2013 02:07:57 +0100
parents fba005869f55
children 030103d57e30
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Mon Feb 04 02:07:38 2013 +0100
+++ b/rhodecode/public/css/style.css	Mon Feb 04 02:07:57 2013 +0100
@@ -4284,7 +4284,7 @@
 /** comment form **/
 
 .status-block {
-    height:80px;
+    min-height:80px;
     clear:both
 }