We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c7cc4 commit fe71a22Copy full SHA for fe71a22
1 file changed
ChuChartManager/Front/src/components/AudioPreviewEditor.tsx
@@ -133,7 +133,7 @@ export default defineComponent({
133
134
return () => (
135
<>
136
- <Button onClick={() => show.value = true}>{t('music.editPreview')}</Button>
+ <Button class="ws-nowrap shrink-0" onClick={() => show.value = true}>{t('music.editPreview')}</Button>
137
<Modal width="min(90vw,55em)" title={t('music.editPreview')} v-model:show={show.value}>
138
{{
139
default: () => (
0 commit comments