Skip to content

Commit

Permalink
Merge pull request #727 from GSA/yerramshilpa-patch-2
Browse files Browse the repository at this point in the history
#1495 Horizontal filters css changes
  • Loading branch information
yerramshilpa authored Jan 28, 2025
2 parents 35d706a + 63d5d43 commit a6a0b59
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion sam-styles/packages/sds-styles/filter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@
margin-top: -12px;
@include u-margin-left(2);
width: 240px;

formly-field {
display: block;
margin-right: 0rem !important;
margin-top: 0 !important;
}

@media only screen and (max-width: 800px) {
@include u-margin-top(0.5);
@include u-margin-left(0);
Expand All @@ -60,4 +67,4 @@
display: none;
}
}
}
}

0 comments on commit a6a0b59

Please sign in to comment.