UI/UX update podcast search region dropdown max width and height

This commit is contained in:
advplyr 2024-04-24 17:37:04 -05:00
parent 7edc7ce861
commit e8bb92826a
2 changed files with 7 additions and 3 deletions

View file

@ -61,7 +61,7 @@
</div>
</div>
<div v-if="isPodcastLibrary" class="py-3">
<ui-dropdown :label="$strings.LabelPodcastSearchRegion" v-model="podcastSearchRegion" :items="$podcastSearchRegionOptions" small class="max-w-52" @input="formUpdated" />
<ui-dropdown :label="$strings.LabelPodcastSearchRegion" v-model="podcastSearchRegion" :items="$podcastSearchRegionOptions" small class="max-w-72" menu-max-height="200px" @input="formUpdated" />
</div>
</div>
</template>