Skip to content

Commit

Permalink
Merge pull request #21 from sk-ys/issue-20
Browse files Browse the repository at this point in the history
Compatible with Redmine status history plugin
  • Loading branch information
sk-ys authored Oct 26, 2024
2 parents 6c388fe + e948bfe commit 39f9ff8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions app/views/enhanced_ux/issues/_custom_issue_list.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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) {
Expand All @@ -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;
}
}
}
Expand Down

0 comments on commit 39f9ff8

Please sign in to comment.