Remove default padding top

This commit is contained in:
Björn Fromme
2022-03-08 17:29:23 +01:00
parent 7f0f748242
commit 8b81ecdfb6
@@ -93,9 +93,6 @@ class ContainerViewHelper extends AbstractViewHelper
if (!empty($arguments['data']['space_before_class'])) {
$scaleTop = static::$scale[$arguments['data']['space_before_class']];
$classes[] = sprintf('pt-%d', $scaleTop);
} elseif (true === $arguments['rteContent']) {
$scaleTop = static::$scale['default'];
$classes[] = sprintf('pt-%d', $scaleTop);
}
if (!empty($arguments['data']['space_after_class'])) {