Skip to content

Commit

Permalink
nowrap progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbtay committed Sep 20, 2024
1 parent 6aa5e4b commit 6d144be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProgressBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function ProgressBar({
style={{ position: "relative" }}
>
<div
className="rounded-lg"
className="rounded-lg text-nowrap"
style={{
position: "absolute",
width: `${clampedProgress * 100}%`,
Expand Down

0 comments on commit 6d144be

Please sign in to comment.