Skip to content

Commit

Permalink
Merge remote-tracking branch 'admin-ui/4.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Dębiński committed Oct 28, 2022
2 parents 193378a + 290fe4f commit ff70b9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/bundle/Resources/public/scss/_grid-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
display: flex;
flex-wrap: wrap;
padding-top: calculateRem(24px);
margin: 0 calculateRem(-14px);
margin: 0;
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
&__items-wrapper {
padding: 0 calculateRem(16px) calculateRem(16px);
overflow: auto;
max-height: calc(100% - #{calculateRem(30px)});
}

.ibexa-grid-view-item {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
background-color: $ibexa-color-dark;

.c-grid {
overflow-x: hidden;
overflow-y: auto;
overflow: hidden;

&__items-wrapper {
.c-thumbnail {
Expand Down

0 comments on commit ff70b9f

Please sign in to comment.