Skip to content

Commit

Permalink
(PC-33498)[PRO] fix: Always leave gap inbetween form layout inline ro…
Browse files Browse the repository at this point in the history
…w items.
  • Loading branch information
gmeigniez-pass authored and mleroy-pass committed Feb 12, 2025
1 parent 4db7510 commit b648b12
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pro/src/components/FormLayout/FormLayout.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ $info-box-margin-left: rem.torem(24px);
display: flex;
flex-flow: row wrap;
flex-direction: row;
gap: rem.torem(16px);
}
}

Expand Down Expand Up @@ -124,11 +125,6 @@ $info-box-margin-left: rem.torem(24px);

@media (min-width: size.$laptop) {
.form-layout {
&-row.inline-group {
flex-wrap: unset;
gap: rem.torem(16px);
}

&-row-info-info {
width: $info-box-width;
position: absolute;
Expand Down

0 comments on commit b648b12

Please sign in to comment.