smolSWE commited on
Commit
3c59fb5
·
verified ·
1 Parent(s): af7a498

Fix: Reduce input text area width to fit grid boxes

Browse files

Modified style.css to set the input width to 100% to prevent overflow.

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;