Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KingNish
/
test-space
like
0
Running
App
Files
Files
Community
29
Fix: Reduce input text area width to fit grid boxes
#14
by
smolSWE
- opened
May 19
base:
refs/heads/main
←
from:
refs/pr/14
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
style.css
+1
-1
style.css
CHANGED
Viewed
@@ -7,7 +7,7 @@
7
}
8
9
.calculator input {
10
-
width:
auto;
11
padding: 20px;
12
font-size: 24px;
13
border: none;
7
}
8
9
.calculator input {
10
+
width:
100%;
11
padding: 20px;
12
font-size: 24px;
13
border: none;