mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-18 23:53:42 +02: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
@ -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 New Issue
Block a user