Skip to content

Commit 23b15f9

Browse files
committed
[#71059] Adjust sprint form error spacing
Let the flex row own the vertical spacing so the danger banner aligns with the other sprint form rows. https://community.openproject.org/wp/71059
1 parent 4f85cd9 commit 23b15f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/backlogs/app/components/backlogs/sprint_form_component.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ See COPYRIGHT and LICENSE files for more details.
4141
flex_layout(mb: 2) do |flex|
4242
if base_errors&.any?
4343
flex.with_row(mb: 3) do
44-
render(Primer::Alpha::Banner.new(mb: 3, scheme: :danger)) { base_errors.join("\n") }
44+
render(Primer::Alpha::Banner.new(scheme: :danger)) { base_errors.join("\n") }
4545
end
4646
end
4747
if shared_sprint?

0 commit comments

Comments
 (0)