Skip to content

Commit

Permalink
fix: 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 16, 2024
1 parent 6398dd4 commit 41c8efb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/property-filter/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ $operator-field-width: 120px;
.search-field {
display: flex;
align-items: flex-end;
flex-wrap: wrap;
gap: awsui.$space-xs;
}

.input-wrapper {
Expand Down Expand Up @@ -174,7 +176,7 @@ $operator-field-width: 120px;
}

.custom-control {
margin-inline-end: awsui.$space-s;
/* used in test-utils */
}

.input {
Expand Down

0 comments on commit 41c8efb

Please sign in to comment.