Skip to content

Commit

Permalink
temp: Adds flex-wrap to the property filter header
Browse files Browse the repository at this point in the history
  • Loading branch information
orangevolon committed Oct 11, 2024
1 parent 11e34b2 commit 8200d25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/property-filter/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ $operator-field-width: 120px;
align-items: flex-end;
// The xs breakpoint, minus the table tools container padding
max-inline-size: calc(#{styles.$breakpoint-x-small} - 2 * #{awsui.$space-l});

flex-wrap: wrap;
}

.input-wrapper {
Expand Down

0 comments on commit 8200d25

Please sign in to comment.