Skip to content

Commit e8a6704

Browse files
committed
adjusted the boxes width
1 parent de715b3 commit e8a6704

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Projects/ezymath-main/currencycalculator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ <h5>From</h5>
191191
</select>
192192
<input type="number" id="curconin" class="form__field1" placeholder="Enter Side" value="0" ; oninput="curcon();">
193193
<h5>To</h5>
194-
<select id="curcon-2" class="form__field1" onchange="curcon()">
194+
<select id="curcon-2" class="form__field" onchange="curcon()">
195195
<option value="USD" class="form_field" style="background-color:var(--appblack);">USD
196196
</option>
197197
<option value="AED" class="form_field" style="background-color:var(--appblack);">AED

0 commit comments

Comments
 (0)