Merge pull request #22532 from opf/bug/73415-inbox-and-sprints-alignment

[#73415] Align Backlog Inbox and Sprint headers
This commit is contained in:
Alexander Brandon Coles
2026-03-26 19:52:31 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -26,9 +26,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
See COPYRIGHT and LICENSE files for more details.
++# %>
<%= component_wrapper(tag: "turbo-frame", refresh: :morph) do %>
<%= component_wrapper(tag: "turbo-frame", refresh: :morph, style: "display:contents") do %>
<%=
render(Primer::Beta::Subhead.new(hide_border: true)) do |head|
render(Primer::Beta::Subhead.new(hide_border: true, pb: 0)) do |head|
head.with_heading(
tag: :h3,
size: :medium,
@@ -38,7 +38,7 @@ See COPYRIGHT and LICENSE files for more details.
</div>
<div id="sprint_backlogs_container" class="op-sprint-planning-lists">
<%=
render(Primer::Beta::Subhead.new(hide_border: true)) do |head|
render(Primer::Beta::Subhead.new(hide_border: true, pb: 0)) do |head|
head.with_heading(tag: :h3, size: :medium, font_weight: :bold) { Agile::Sprint.human_model_name.pluralize }
if allow_sprint_creation?(@project)