From 9b9ef95d103c932b70e26a3a0e1cc8e22336ab6e Mon Sep 17 00:00:00 2001 From: Amir Alami Date: Fri, 11 Oct 2024 11:07:18 +0200 Subject: [PATCH] fix: Adds flex-wrap to the property filter header --- src/property-filter/styles.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/property-filter/styles.scss b/src/property-filter/styles.scss index 5e89ef913a..f553a8f428 100644 --- a/src/property-filter/styles.scss +++ b/src/property-filter/styles.scss @@ -15,6 +15,8 @@ $operator-field-width: 120px; .search-field { display: flex; align-items: flex-end; + flex-wrap: wrap; + gap: awsui.$space-xs awsui.$space-s; } .input-wrapper { @@ -174,7 +176,7 @@ $operator-field-width: 120px; } .custom-control { - margin-inline-end: awsui.$space-s; + /* used in test-utils */ } .input {