Fix filter pill sizing for admin filters
This commit is contained in:
@@ -250,6 +250,9 @@ export default function MobileEventMembersPage() {
|
||||
borderRadius="$pill"
|
||||
paddingHorizontal="$3"
|
||||
paddingVertical="$1.5"
|
||||
width="auto"
|
||||
minWidth="max-content"
|
||||
flexShrink={0}
|
||||
>
|
||||
<Text fontSize="$xs" fontWeight="600">
|
||||
{option.label}
|
||||
@@ -282,6 +285,9 @@ export default function MobileEventMembersPage() {
|
||||
borderRadius="$pill"
|
||||
paddingHorizontal="$3"
|
||||
paddingVertical="$1.5"
|
||||
width="auto"
|
||||
minWidth="max-content"
|
||||
flexShrink={0}
|
||||
>
|
||||
<Text fontSize="$xs" fontWeight="600">
|
||||
{option.label}
|
||||
|
||||
Reference in New Issue
Block a user