Fixed <select> style

This commit is contained in:
Bernd Bestel
2023-05-21 14:47:37 +02:00
parent 2cba3ce7e9
commit 99db10a490
3 changed files with 3 additions and 3 deletions

View File

@@ -151,7 +151,7 @@
@if(GROCY_FEATURE_FLAG_LABEL_PRINTER)
<div class="form-group">
<label for="stock_label_type">{{ $__t('Stock entry label') }}</label>
<select class="form-control"
<select class="custom-control custom-select"
id="stock_label_type"
name="stock_label_type">
<option value="0">{{ $__t('No label') }}</option>