Skip to content

Commit

Permalink
Merge branch 'DIGG-465-new-filter-groups' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Kopin1 committed Nov 29, 2024
2 parents ecdbb78 + f72fe52 commit 594a569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/content/Search/SearchFilters/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export const SearchFilters: React.FC<SearchFilterProps> = ({
className="mb-lg items-center md:flex"
>
{groupName !== "default" && (
<h4 className="mb-sm mr-md text-sm text-textSecondary md:mb-none">
<h4 className="mb-sm mr-md shrink-0 text-sm text-textSecondary md:mb-none md:w-[120px]">
{t(`filters|group$${groupName}`)}:
</h4>
)}
Expand Down

0 comments on commit 594a569

Please sign in to comment.