reset activity filter button position

This commit is contained in:
saml33 2023-01-12 21:19:08 +11:00
parent c6607d10a6
commit ecbc944b19
2 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ const ActivityFilters = ({
<Disclosure>
<div className="relative">
{hasFilters ? (
<div className="absolute right-14 top-3">
<div className="absolute right-14 top-2">
<Tooltip content={t('activity:reset-filters')}>
<IconButton
className={`${loadActivityFeed ? 'animate-spin' : ''}`}

View File

@ -27,7 +27,7 @@ const MultiSelectDropdown = ({
>
<div className={`flex items-center justify-between`}>
{selected.length ? (
<span>
<span className="text-left">
{selected
.map((v) => t(v))
.toString()