Skip to content

Commit

Permalink
Flex-grow for Views displays at top of page.
Browse files Browse the repository at this point in the history
  • Loading branch information
laryn committed Jul 12, 2024
1 parent 5ad0d62 commit cd4f013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/css/base/gin.css
Original file line number Diff line number Diff line change
Expand Up @@ -1052,6 +1052,7 @@ table.update .layout-region-node-main > .form-wrapper:first-of-type .form-item,

.views-display-top > .tabs {
flex-flow: row wrap;
flex-grow: 1;
}

.views-display-top__extra-actions-wrapper {
Expand Down
1 change: 1 addition & 0 deletions styles/base/_views.scss
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@

> .tabs {
flex-flow: row wrap;
flex-grow: 1;
}

// #3186729: Drupal 9.1 fix
Expand Down

0 comments on commit cd4f013

Please sign in to comment.