We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad9937 commit e0301b8Copy full SHA for e0301b8
src/Rendering/Bootstrap5HorizontalRenderer.php
@@ -117,10 +117,6 @@ public function renderLabel(IControl $control): Html
117
{
118
$label = parent::renderLabel($control);
119
120
- if ($control instanceof Controls\Button) {
121
- $label->addHtml($this->replacePlaceholders('<div class="col-%colsLabel%"></div>'));
122
- }
123
-
124
if ($control instanceof Controls\Checkbox || $control instanceof Controls\CheckboxList || $control instanceof Controls\RadioList) {
125
return Html::el('div')
126
->addClass($this->replacePlaceholders('col-form-label col-%colsLabel%'))
0 commit comments