# HG changeset patch # User Mads Kiilerich # Date 2013-01-30 02:08:55 # Node ID 62d56ee0eafbe15ad994f2a4f2a150a5d0a76742 # Parent 81397bd3e77ff6f1b4d2e0c4487a9e8faa236a6d css: set min-height on form fields Necessary when pull request summary has no description and nothing expands the div. 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 @@ -1349,6 +1349,7 @@ tbody .yui-dt-editable { cursor: pointer #content div.box div.form div.fields div.field { height: 1%; + min-height: 12px; border-bottom: 1px solid #DDD; clear: both; margin: 0;