1
0
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:
Brad Decker 2020-09-15 13:19:46 -05:00 committed by GitHub
parent ed28591b62
commit 22ee3695f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,11 @@
height: 100%;
}
&__body > :nth-child(1n) {
&__body > :first-child {
padding-left: 32px;
}
&__body > :nth-child(3n+4) {
padding-left: 32px;
}