diff --git a/app/assets/stylesheets/shared/filter_dropdown.scss b/app/assets/stylesheets/shared/filter_dropdown.scss index a95cf7be5..04a09de2f 100644 --- a/app/assets/stylesheets/shared/filter_dropdown.scss +++ b/app/assets/stylesheets/shared/filter_dropdown.scss @@ -94,6 +94,10 @@ padding: 0 1em; position: relative; width: 100%; + + .clear-button { + margin-right: 0.375rem; + } } }