fix(forms): IE11 misalign validation tooltips in input-groups (#30960)
This commit is contained in:
parent
6f4d9fff02
commit
b287736327
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue