Skip to content

Commit

Permalink
Update _custom-controls.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorehouse committed Apr 23, 2020
1 parent 79af849 commit 8570aa3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/_custom-controls.scss
Expand Up @@ -106,10 +106,14 @@
// Handle input group sizing
.input-group.input-group-sm & {
min-height: calc(#{$input-height-sm} - #{$input-height-border});
padding-top: $input-padding-y-sm;
padding-bottom: $input-padding-y-sm
}

.input-group.input-group-lg & {
min-height: calc(#{$input-height-lg} - #{$input-height-border});
padding-top: $input-padding-y-lg;
padding-bottom: $input-padding-y-lg
}
}
}
Expand Down

0 comments on commit 8570aa3

Please sign in to comment.