KingNish smolSWE commited on
Commit
5295f85
·
verified ·
1 Parent(s): af7a498

Fix: Reduce input text area width to fit grid boxes (#14)

Browse files

- Fix: Reduce input text area width to fit grid boxes (3c59fb576e553bd51df404913c2c22dd76156d2c)


Co-authored-by: smolSWE Bot <smolSWE@users.noreply.huggingface.co>

Files changed (1) hide show
  1. style.css +1 -1
style.css CHANGED
@@ -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;