Skip to content

Commit 099e795

Browse files
Yushmanth-reddyyushmanth
andauthored
fix: width variable (#328)
fixed width variable Co-authored-by: yushmanth <[email protected]>
1 parent 83576a5 commit 099e795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ input[type='number']::-webkit-outer-spin-button {
352352
background-color: var(--primary-color);
353353
padding: 0.8rem;
354354
border-radius: 5px;
355-
width: var(--content-container);
355+
width: var( --generator-width);
356356
margin-top: var(--spacing);
357357
}
358358

0 commit comments

Comments
 (0)