From 075946b81ea4af6971778303566635479cbc55d1 Mon Sep 17 00:00:00 2001 From: Dariusz Szut Date: Fri, 10 Mar 2023 13:21:29 +0100 Subject: [PATCH] IBX-5248: Fixed checkbox alignment in content center table cell --- 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 3ab1f4b8a5..30b65c5e24 100644 --- a/src/bundle/Resources/public/scss/_tables.scss +++ b/src/bundle/Resources/public/scss/_tables.scss @@ -159,6 +159,10 @@ &--content-center { text-align: center; + + .ibexa-input--checkbox { + margin-bottom: 0; + } } }