Fix tooltip messing up the width of a page on mobile in some edge cases

This commit is contained in:
erciccione 2020-07-26 17:24:20 +02:00
parent 9bfde279ff
commit 678df7627b
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF

View file

@ -4659,6 +4659,10 @@ input.accordion[type=radio]:checked + label::after {
margin: 1rem 0;
}
[data-tooltip]:before {
width: 0;
}
}
@ -4667,4 +4671,3 @@ input.accordion[type=radio]:checked + label::after {