Skip to content

Commit

Permalink
IssueID #3144 - Bootstrap dropped btn-block class for utilities. So…
Browse files Browse the repository at this point in the history
… we removed any styling using it.
  • Loading branch information
John Pinto committed Nov 27, 2023
1 parent 60f40c9 commit 79f40d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ https://bibwild.wordpress.com/2019/06/10/what-happened-to-grid-float-breakpoint-
- As Bootstrap 5.2 dropped class `text-justify` we have created a custom version based on comment
https://github.com/twbs/bootstrap/pull/29793#issuecomment-1814683346
- `text-*` utilities do not add hover and focus states to links anymore. `link-*` helper classes can be used instead.


+ Buttons
- Bootstrap dropped `btn-block` class for utilities. So we removed any styling using it.


## V4.1.1
Expand Down
4 changes: 0 additions & 4 deletions app/assets/stylesheets/blocks/_modal_dialogs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,4 @@
.btn-group .btn + .btn {
margin-left: -1px;
}
// and override it for block buttons as well
.btn-block + .btn-block {
margin-left: 0;
}
}

0 comments on commit 79f40d3

Please sign in to comment.