Skip to content

Commit b86d6ff

Browse files
committed
Increase max height for modal content to accommodate larger forms
1 parent d973713 commit b86d6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/app/components/solidus_admin/ui/modal/component.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
) %>
2424
</header>
2525

26-
<div class="p-4 overflow-auto max-h-96">
26+
<div class="p-4 overflow-auto max-h-97">
2727
<%= content %>
2828
</div>
2929

0 commit comments

Comments
 (0)