diff options
| author | louismaximepiton <[email protected]> | 2022-08-01 15:16:05 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-08-01 09:06:47 -0700 |
| commit | 6c221aa043e0bd14db31fb047c57c714e92605de (patch) | |
| tree | 501ce61d035a8cba5e14a5b016c513243fbcff4d /scss | |
| parent | 7432f2a9224ed173d04930df3f02fd5a37e962c0 (diff) | |
| download | bootstrap-6c221aa043e0bd14db31fb047c57c714e92605de.tar.xz bootstrap-6c221aa043e0bd14db31fb047c57c714e92605de.zip | |
Fix
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/forms/_input-group.scss | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scss/forms/_input-group.scss b/scss/forms/_input-group.scss index 83d52c51e..813679f0c 100644 --- a/scss/forms/_input-group.scss +++ b/scss/forms/_input-group.scss @@ -120,10 +120,13 @@ $validation-messages: $validation-messages + ":not(." + unquote($state) + "-tooltip)" + ":not(." + unquote($state) + "-feedback)"; } - > :not(:first-child):not(.dropdown-menu):not(.form-floating)#{$validation-messages}, + > :not(:first-child):not(.dropdown-menu)#{$validation-messages} { + margin-left: -$input-border-width; + @include border-start-radius(0); + } + > .form-floating:not(:first-child) > .form-control, > .form-floating:not(:first-child) > .form-select { - margin-left: -$input-border-width; @include border-start-radius(0); } } |
