Skip to content

Commit

Permalink
fix(forms): IE11 misalign validation tooltips in input-groups (#30960)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Jun 4, 2020
1 parent 6f4d9ff commit b287736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/mixins/_forms.scss
Expand Up @@ -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
Expand Down

0 comments on commit b287736

Please sign in to comment.