Skip to content

Commit

Permalink
fix input-group-addon on both sides - close snapappointments#1451
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyjhol authored and avantika-gupta-jtg committed May 14, 2020
1 parent b9ff14e commit 9bd7db4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions dist/css/bootstrap-select.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/bootstrap-select.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/bootstrap-select.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions less/bootstrap-select.less
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ select.selectpicker {

&.input-group-btn {
z-index: auto;

&:not(:first-child):not(:last-child) {
> .btn {
border-radius: 0;
}
}
}
}

Expand Down

0 comments on commit 9bd7db4

Please sign in to comment.