fix: handle submit from summary bottom sheet

This commit is contained in:
Christel Westerberg
2024-11-11 11:00:43 +01:00
parent ee6aa8d188
commit daed74481e
7 changed files with 87 additions and 29 deletions

View File

@@ -3,7 +3,6 @@
display: flex;
flex-direction: row;
gap: var(--Spacing-x-one-and-half);
padding-top: var(--Spacing-x3);
}
.main {
@@ -67,6 +66,7 @@
@media screen and (min-width: 1367px) {
.wrapper {
gap: var(--Spacing-x3);
padding-top: var(--Spacing-x3);
}
.iconWrapper {