Remove unnecessary inline style
This commit is contained in:
parent
6e57e6dc98
commit
708b4dbe8f
|
@ -333,7 +333,6 @@ class BasketController extends ActionController
|
||||||
$this->content()->add(Html::tag('h2', $type));
|
$this->content()->add(Html::tag('h2', $type));
|
||||||
$this->content()->add($table);
|
$this->content()->add($table);
|
||||||
}
|
}
|
||||||
$this->content()->add(Html::tag('div', ['style' => 'height: 5em']));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue