Remove unnecessary inline style

This commit is contained in:
Sukhwinder Dhillon 2024-01-11 13:09:04 +01:00
parent 6e57e6dc98
commit 708b4dbe8f
1 changed files with 0 additions and 1 deletions

View File

@ -333,7 +333,6 @@ class BasketController extends ActionController
$this->content()->add(Html::tag('h2', $type));
$this->content()->add($table);
}
$this->content()->add(Html::tag('div', ['style' => 'height: 5em']));
}
/**