Increase section bottom margin to 24px

Harmonizes spacing with other pages, e,g. Project Settings.

See 1ba634434d
See opf/openproject#21520
This commit is contained in:
Alexander Brandon Coles
2026-01-08 20:50:12 -03:00
parent 9fe7df892a
commit c5a165bf2e
@@ -73,6 +73,7 @@ module Primer
@system_arguments = system_arguments
@system_arguments[:tag] = :section
@system_arguments[:mb] ||= 4
@system_arguments[:aria] ||= {}
@system_arguments[:aria][:labelledby] = @heading_arguments[:id]
@system_arguments[:hidden] = :none if inputs.all?(&:hidden?)