From 983472d18f4d1110a42e8109ff6e0e8f39a445ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Grabowski?= Date: Mon, 9 Oct 2023 17:51:48 +0200 Subject: [PATCH] IBX-6635: Empty product list is not adapted to low resolution screens --- src/bundle/Resources/public/scss/_tables.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bundle/Resources/public/scss/_tables.scss b/src/bundle/Resources/public/scss/_tables.scss index 76f9892ea4..4dfcc91cbf 100644 --- a/src/bundle/Resources/public/scss/_tables.scss +++ b/src/bundle/Resources/public/scss/_tables.scss @@ -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);