Remove padding from nested modal footer

This commit is contained in:
Fedor Indutny
2023-03-08 16:35:40 -08:00
committed by GitHub
parent 88bc146f0d
commit f46b93d806

View File

@@ -139,6 +139,11 @@
&--padded {
.module-Modal__body {
padding: 16px;
// ProfileEditor nests footer within the Modal's body
.module-Modal__button-footer {
padding: 1em 0 0 0;
}
}
}