Skip to content

Commit

Permalink
Improve "Bootstrap 5 Horizontal" theme for checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Nov 29, 2024
1 parent 8d2976b commit e011f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 1.3.1 under development

- no changes in this release.
- Enh #367: Improve "Bootstrap 5 Horizontal" theme for checkbox (@vjik)

## 1.3.0 October 30, 2024

Expand Down
2 changes: 1 addition & 1 deletion config/theme-bootstrap5-horizontal.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'fieldConfigs' => [
Checkbox::class => [
'labelPlacement()' => [CheckboxLabelPlacement::SIDE],
'addContainerClass()' => ['form-check'],
'addContainerClass()' => ['form-check offset-2'],
'inputClass()' => ['form-check-input'],
'inputLabelClass()' => ['form-check-label'],
],
Expand Down

0 comments on commit e011f98

Please sign in to comment.