@@ -204,7 +204,7 @@ export const SearchPage = (props: Props): JSX.Element => {
>
<button
type="button"
- className="btn btn-outline-danger border-0 px-2"
+ className="btn btn-outline-danger border-0 px-1 px-md-2"
disabled={isDisabled}
onClick={deleteAllButtonClickedHandler}
@@ -144,7 +144,7 @@
// To fix the sort options position
.search-sort-option-btn {
- min-width: 12rem;
+ min-width: 150px;
}
.search-control-include-options {
.card-body {