diff --git a/src/Netzmacht/Bootstrap/Helper/Buttons.php b/src/Netzmacht/Bootstrap/Helper/Buttons.php index 818cbcf..7ceb832 100644 --- a/src/Netzmacht/Bootstrap/Helper/Buttons.php +++ b/src/Netzmacht/Bootstrap/Helper/Buttons.php @@ -362,7 +362,7 @@ public function generate() { if($this->addContainer === null) { - $this->addContainer = ($this->count() > 0); + $this->addContainer = ($this->count() > 1); } $this->containerClass = 'btn-' . $this->getContainerType();