Skip to content

Commit

Permalink
refactor(progress): set width by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Feb 3, 2023
1 parent fa52bc4 commit 31c8a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/informational/progress.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}

.progress {
@apply relative h-4 appearance-none overflow-hidden rounded-full bg-gray-400;
@apply relative h-4 w-40 appearance-none overflow-hidden rounded-full bg-gray-400;
}

.progress::-webkit-progress-bar {
Expand Down

1 comment on commit 31c8a16

@vercel
Copy link

@vercel vercel bot commented on 31c8a16 Feb 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.