Fix min-height of PNP settings row

This commit is contained in:
Fedor Indutny
2023-03-08 16:35:25 -08:00
committed by GitHub
parent db86e29a92
commit 88bc146f0d
2 changed files with 11 additions and 1 deletions
+4
View File
@@ -161,6 +161,10 @@
margin: 0;
margin-bottom: 8px;
}
&--pnp-sharing {
min-height: 185px;
}
}
&__settings-row:not(:last-child) {