diff --git a/app/views/enhanced_ux/issues/_custom_issue_list.html.erb b/app/views/enhanced_ux/issues/_custom_issue_list.html.erb index f246488..d67933c 100644 --- a/app/views/enhanced_ux/issues/_custom_issue_list.html.erb +++ b/app/views/enhanced_ux/issues/_custom_issue_list.html.erb @@ -448,9 +448,10 @@ & > form[data-cm-url$="/issues/context_menu"] { flex: 1 1 auto; overflow: hidden; + padding-bottom: 15px; & > div.autoscroll { - height: calc(100% - 1em); + height: 100%; padding: 0; margin: 0; grid-template-columns: 1fr auto; @@ -537,10 +538,6 @@ #query_form_content fieldset { margin-bottom: 20px; } - - #content > form[data-cm-url$="/issues/context_menu"] { - padding-bottom: 25px; - } } @media screen and (min-width: 900px) and (min-height: 400px) { @@ -555,10 +552,9 @@ } p.other-formats { - position: absolute; - bottom: 10px; - right: 20px; margin: 0; + /* Compatible with Redmine status history plugin */ + margin-top: 0.5em; } } }