mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-10 21:05:04 +00:00
Merge pull request #1102
Fix tooltip messing up the width of a page on mobile in some edge cases
This commit is contained in:
commit
330cddadd7
1 changed files with 4 additions and 1 deletions
|
@ -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 {
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue