From 8a0608e48fe980565c4126d2a8aeaef6e5b631a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Grabowski?= Date: Thu, 12 Oct 2023 12:57:56 +0200 Subject: [PATCH] IBX-6635: Empty product list is not adapted to low resolution screens (#937) --- 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);