Skip to content

Commit

Permalink
* label: fix dot width.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed May 27, 2024
1 parent 66d6813 commit bb1be22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/label/src/label.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
@apply -h-4 -min-w-[1rem];
}
.label-dot {
@apply -rounded-full -h-2 -px-0 -aspect-square;
@apply -rounded-full -h-2 -px-0 -aspect-square -min-w-0;
}

0 comments on commit bb1be22

Please sign in to comment.