Skip to content

Commit

Permalink
💄 style: Fix width
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed May 24, 2024
1 parent 5560457 commit c9990b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/ChatInput/ActionBar/Token/TokenTag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const Token = memo(() => {
<Popover
arrow={false}
content={
<Flexbox gap={12} width={150}>
<Flexbox gap={12} style={{ minWidth: 160 }}>
<TokenProgress
data={[
{
Expand Down

0 comments on commit c9990b3

Please sign in to comment.