fix: UpgradeNotification bullet point padding override (#659)

This commit is contained in:
julianajlk
2021-09-29 13:08:53 -04:00
committed by GitHub
parent 7cfeaab330
commit 965a299f6c

View File

@@ -19,7 +19,9 @@
}
.upgrade-notification-ul {
padding: 0.875rem 1.25rem 0 1.25rem;
padding-left: 1.25rem !important;
padding-top: 0.875rem;
padding-right: 1.25rem;
}
.upgrade-notification-li {