diff options
| -rw-r--r-- | scss/_input-group.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scss/_input-group.scss b/scss/_input-group.scss index 134b62d4e..fcf7c3c43 100644 --- a/scss/_input-group.scss +++ b/scss/_input-group.scss @@ -26,7 +26,9 @@ z-index: 3; } - + .form-control { + + .form-control, + + .custom-select, + + .custom-file { margin-left: -$input-border-width; } } |
