Skip to content

Commit

Permalink
fix: Button group sizes for django 4.x+ (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Dec 14, 2023
1 parent 0510c56 commit 83e55db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion djangocms_frontend/static/djangocms_frontend/css/base.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions private/sass/components/_button-group.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
// #############################################################################
// BUTTON GROUPS

.aligned .frontend-button-group label {
min-width: unset;
}

.frontend-button-group {
.btn {
box-sizing: border-box;
Expand Down

0 comments on commit 83e55db

Please sign in to comment.