Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
heinerwalter committed Sep 18, 2024
1 parent 98e43c1 commit ccfa91a
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ pe-input-group {
flex-shrink: 1;
flex-grow: 1;

&pe-input-group-text, &.btn {
flex-grow: 0;
}

.form-group {
margin-bottom: 0 !important;

Expand All @@ -41,6 +37,11 @@ pe-input-group {
}
}

// Addons in input groups (text and button)
& > pe-input-group-text, & > .btn {
flex-grow: 0;
}

&.pe-input-group-horizontal {
flex-direction: row;

Expand Down

0 comments on commit ccfa91a

Please sign in to comment.