]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix(forms): IE11 misalign validation tooltips in input-groups (#30960)
authorGaël Poupard <ffoodd@users.noreply.github.com>
Thu, 4 Jun 2020 06:27:08 +0000 (08:27 +0200)
committerGitHub <noreply@github.com>
Thu, 4 Jun 2020 06:27:08 +0000 (09:27 +0300)
scss/mixins/_forms.scss

index 57c2d79f2629b69652aa6f8882e8a2b4462e23a8..39b52f3cae23b6ea00da6da67fcf4b4e2bf97e8c 100644 (file)
@@ -53,6 +53,7 @@
   .#{$state}-tooltip {
     position: absolute;
     top: 100%;
+    left: 0;
     z-index: 5;
     display: none;
     max-width: 100%; // Contain to parent when possible