fix: Row groups in tabs vertical alignment (#2593)

* fix: removes top padding from group in row

---------

Co-authored-by: PatrikKozak <patrik@trbl.design>
This commit is contained in:
Dennis Snijder
2023-05-08 21:55:12 +02:00
committed by GitHub
parent a9b5dffa00
commit 54fac4a5d7
2 changed files with 59 additions and 0 deletions

View File

@@ -91,3 +91,7 @@
.group-field--within-row+.group-field--within-row {
margin-top: 0;
}
.group-field--within-tab+.group-field--within-row {
padding-top: 0;
}