mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
CSS: Fix mobile filter tags (#2584)
This commit is contained in:
committed by
GitHub
parent
55366fa66f
commit
1200d4472a
@@ -55,6 +55,8 @@ export const FilterTags: React.FC<IFilterTagsProps> = ({
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="d-flex justify-content-center">{renderFilterTags()}</div>
|
||||
<div className="d-flex justify-content-center mb-2 wrap-tags">
|
||||
{renderFilterTags()}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user