Skip to content

Commit 12285df

Browse files
committed
Smaller number inputs in demo
1 parent c1509bd commit 12285df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

static/index.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ article.config {
4242
padding-bottom: 0.5rem;
4343
border-bottom: 1px black solid;
4444
}
45+
article.config input[type='number'] {
46+
width: 3rem;
47+
}
4548
.staging {
4649
width: 89%;
4750
height: 100%;

0 commit comments

Comments
 (0)