Skip to content

Commit

Permalink
Merge pull request #529 from zendesk/mbien/fix-section-header-layout
Browse files Browse the repository at this point in the history
fix: change section page header flex wrap
  • Loading branch information
luis-almeida authored Oct 3, 2024
2 parents 1626228 + 6d77506 commit b5c170e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion styles/_page_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@include tablet {
align-items: baseline;
flex-direction: row;
flex-wrap: nowrap;
flex-wrap: wrap;
gap: 16px;
margin: 0;
}
Expand Down

0 comments on commit b5c170e

Please sign in to comment.