Fix printerType select style

This commit is contained in:
Santiago L 2022-02-02 11:18:16 +01:00
parent 60bca7b733
commit 44a38d4dec
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
<label class="col-form-label col-sm-2">Size</label> <label class="col-form-label col-sm-2">Size</label>
<div class="col-sm-10"> <div class="col-sm-10">
<div class="input-group mb-3"> <div class="input-group mb-3">
<select class="form-control" id="printerType"> <select class="form-select" id="printerType">
<option label="Brother small size (62 x 29)" value="brotherSmall" selected="selected"> <option label="Brother small size (62 x 29)" value="brotherSmall" selected="selected">
Brother small size (62 x 29) Brother small size (62 x 29)
</option> </option>