Skip to content

Commit

Permalink
(PC-34609)[PRO] fix: Fix flex-wrap above laptop on offer lists filters.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmeigniez-pass committed Feb 14, 2025
1 parent 3b89801 commit 0cfdac8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pro/src/components/FormLayout/FormLayout.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ $info-box-margin-left: rem.torem(24px);

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

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

0 comments on commit 0cfdac8

Please sign in to comment.