@@ -38,7 +38,7 @@ const SortControl: FC <Props> = (props: Props) => {
<div className="border rounded-right">
<button
type="button"
- className="btn dropdown-toggle search-sort-option-btn py-1"
+ className="btn dropdown-toggle py-1"
data-toggle="dropdown"
>
<span className="mr-2 text-secondary">{t(`search_result.sort_axis.${sort}`)}</span>
@@ -142,10 +142,6 @@
padding-bottom: unset;
}
- // To fix the sort options position
- .search-sort-option-btn {
- min-width: 150px;
- }
.search-control-include-options {
.card-body {
padding: 5px 10px;