mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 08:18:03 +00:00
Fix tooltip messing up the width of a page on mobile in some edge cases
This commit is contained in:
parent
9bfde279ff
commit
678df7627b
1 changed files with 4 additions and 1 deletions
|
@ -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 {
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue