Merge pull request #1102

Fix tooltip messing up the width of a page on mobile in some edge cases
This commit is contained in:
luigi1111 2020-07-27 21:44:03 -05:00 committed by GitHub
commit 330cddadd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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