Skip to content

Commit

Permalink
chore: clean up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoung19 committed Oct 1, 2024
1 parent 6c312fc commit 952f4e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion popup/components/TagBadge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export const TagBadge = ({ tag }: Props) => {
"::before": { content: "none" },
}}
maw={146}
// Workaround so that dot doesn't get messed up when max width is used.
// Workaround because the default dot gets messed up when max width is
// hit.
leftSection={
<Box
sx={{
Expand Down

0 comments on commit 952f4e1

Please sign in to comment.