Skip to content

Commit b287736

Browse files
authored
fix(forms): IE11 misalign validation tooltips in input-groups (#30960)
1 parent 6f4d9ff commit b287736

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/mixins/_forms.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
.#{$state}-tooltip {
5454
position: absolute;
5555
top: 100%;
56+
left: 0;
5657
z-index: 5;
5758
display: none;
5859
max-width: 100%; // Contain to parent when possible

0 commit comments

Comments
 (0)