From 5b5bd3a6dc3c631a27dc29e82ea6fd7650589deb Mon Sep 17 00:00:00 2001 From: Dariusz Szut Date: Wed, 22 Nov 2023 08:28:45 +0100 Subject: [PATCH] Upgraded CKE to latest version --- src/bundle/Resources/public/scss/_tools.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bundle/Resources/public/scss/_tools.scss b/src/bundle/Resources/public/scss/_tools.scss index c5b645eb..20e6e623 100644 --- a/src/bundle/Resources/public/scss/_tools.scss +++ b/src/bundle/Resources/public/scss/_tools.scss @@ -5,7 +5,7 @@ font-size: calculateRem(10px); background-color: $ibexa-color-light-100; padding: 0 calculateRem(16px); - height: calculateRem(32px); + height: calculateRem(40px); border-bottom-left-radius: $ibexa-border-radius; border-bottom-right-radius: $ibexa-border-radius; }