Skip to content

Commit

Permalink
fix(dashboard): add limit to audio name in alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Sep 16, 2023
1 parent a6e3ece commit 25da0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/dashboard/src/components/alerts/modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const keywordsSelectOptions = computed(() => keywords.value?.keywords

<n-form-item :label="t('alerts.select.audio')">
<div style="display: flex; gap: 10px; width: 85%">
<n-button block type="info" @click="showAudioModal = true">
<n-button style="overflow: hidden; text-wrap: nowrap;" block type="info" @click="showAudioModal = true">
{{ selectedAudio?.name ?? t('sharedButtons.select') }}
</n-button>
<n-button
Expand Down

0 comments on commit 25da0c8

Please sign in to comment.