Added automatic height for the "Enabled Codecs" rows.

Now it's a lot easier to navigate.
This commit is contained in:
SecularSteve 2022-04-09 19:13:18 +02:00 committed by GitHub
parent 77742dbb6e
commit 6df3be07f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,7 +138,7 @@
<br />
<label for="ddlEnabledCodecs"><strong v-t="'actions.enabled_codecs'" /></label>
<br />
<select id="ddlEnabledCodecs" v-model="enabledCodecs" class="select w-auto" multiple @change="onChange($event)">
<select id="ddlEnabledCodecs" v-model="enabledCodecs" class="select w-auto h-auto" multiple @change="onChange($event)">
<option value="av1">AV1</option>
<option value="vp9">VP9</option>
<option value="avc">AVC (h.264)</option>