# HG changeset patch # User Marcin Kuzminski # Date 2013-02-04 02:07:57 # Node ID 6d75dfb6b8edab54a4ad76e9e9355bef9eba8ec6 # Parent 8f987997cffb53210c43b3f5aa7dbd193bb156af change status box css fix (was trimmed sometimes) diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -4284,7 +4284,7 @@ div.rst-block pre { /** comment form **/ .status-block { - height:80px; + min-height:80px; clear:both }