fix tooltip issue on firefox (#9409)

feature/default_network_editable
Brad Decker 4 years ago committed by GitHub
parent ed28591b62
commit 22ee3695f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      ui/app/pages/settings/alerts-tab/alerts-tab.scss

@ -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…
Cancel
Save