Remove default padding top
This commit is contained in:
@@ -93,9 +93,6 @@ class ContainerViewHelper extends AbstractViewHelper
|
|||||||
if (!empty($arguments['data']['space_before_class'])) {
|
if (!empty($arguments['data']['space_before_class'])) {
|
||||||
$scaleTop = static::$scale[$arguments['data']['space_before_class']];
|
$scaleTop = static::$scale[$arguments['data']['space_before_class']];
|
||||||
$classes[] = sprintf('pt-%d', $scaleTop);
|
$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'])) {
|
if (!empty($arguments['data']['space_after_class'])) {
|
||||||
|
|||||||
Reference in New Issue
Block a user