mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
fix(forms): IE11 misalign validation tooltips in input-groups (#30960)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user