mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
fix tooltip issue on firefox (#9409)
This commit is contained in:
parent
ed28591b62
commit
22ee3695f5
@ -13,7 +13,11 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
&__body > :nth-child(1n) {
|
||||
&__body > :first-child {
|
||||
padding-left: 32px;
|
||||
}
|
||||
|
||||
&__body > :nth-child(3n+4) {
|
||||
padding-left: 32px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user