changeset 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 8f987997cffb
children 75431548602a
files rhodecode/public/css/style.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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
 }