Skip to content

Commit 4f75920

Browse files
committed
shows max input for show height option
1 parent 6e66aa8 commit 4f75920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Canvas/Description/SortingCanvasDescription.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const SortingCanvasDescription = ({ maxBarsToShowHeight }) => {
7474
<BoldParagraph text="Faster" />
7575
<NormalParagraph text="animation (skips some animations)" />{" "}
7676
</ul>
77-
<ul className="space-x-2">
77+
<ul className="space-x-2 flex items-center">
7878
<span className="mx-1 mr-[.3em] font-semibold text-[1.7em] dark:stroke-textGray text-textGray">
7979
H
8080
</span>

0 commit comments

Comments
 (0)