Skip to content

Commit

Permalink
Merge pull request #2728 from sascha-karnatz/overlay-picture-grid-row…
Browse files Browse the repository at this point in the history
…-height

Fix overlay picture grid
  • Loading branch information
tvdeyen authored Feb 16, 2024
2 parents 71cb36d + cfb8bb4 commit a4116c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/alchemy/archive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@

display: grid;
gap: 2 * $default-margin;
grid-auto-rows: min-content;
grid-template-columns: repeat(
auto-fill,
minmax(var(--picture-thumbnail-width), auto)
Expand Down

0 comments on commit a4116c2

Please sign in to comment.