Skip to content

Commit

Permalink
fix(asset-list-header): auto width
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyaaa committed Dec 18, 2023
1 parent f5f6783 commit a5f0a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/asset-list-header/asset-list-header.lite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default function AssetListHeader(props: AssetListHeaderProps) {
gap="$10"
justifyContent="space-between"
alignItems="center"
width="100%"
width="auto"
minHeight="$21"
py="$10"
px="$10"
Expand Down

0 comments on commit a5f0a6b

Please sign in to comment.