Fix printerType select style
This commit is contained in:
parent
60bca7b733
commit
44a38d4dec
|
@ -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>
|
||||||
|
|
Reference in New Issue