Skip to content

Commit

Permalink
IBX-6635: Empty product list is not adapted to low resolution screens
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM committed Oct 11, 2023
1 parent e0d0b1d commit 983472d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bundle/Resources/public/scss/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
background: $ibexa-color-white;
}

&__empty-table-image {
max-width: 50%;
}

&__empty-table-text {
max-width: calculateRem(440px);
margin-left: calculateRem(56px);
Expand Down

0 comments on commit 983472d

Please sign in to comment.