smaller select

This commit is contained in:
Kukks
2023-05-23 12:51:15 +02:00
parent bee805f545
commit 3f2d0aeb7b

View File

@@ -37,7 +37,7 @@
</div>
<div class="form-group">
<label asp-for="ExplicitMethods" class="form-label" data-required>Show these conversion options as individual payment methods</label>
<select style="min-height: 500px;" multiple asp-for="ExplicitMethods" asp-items="@FixedFloatSettings.AllowedSendingOptionsList" class="form-select"></select>
<select style="min-height: 300px;" multiple asp-for="ExplicitMethods" asp-items="@FixedFloatSettings.AllowedSendingOptionsList" class="form-select"></select>
</div>
<div class="form-group">