diff --git a/src/app/components/soundboard-pack-view/SoundboardPackEditor.tsx b/src/app/components/soundboard-pack-view/SoundboardPackEditor.tsx index 838429548..d0aec0292 100644 --- a/src/app/components/soundboard-pack-view/SoundboardPackEditor.tsx +++ b/src/app/components/soundboard-pack-view/SoundboardPackEditor.tsx @@ -317,6 +317,7 @@ export function SoundboardPackEditor({ pack, canEdit, onUpdate }: SoundboardPack readOnly={!canEdit || markedDeleted} onChange={(e: React.ChangeEvent) => commit({ body: e.target.value })} aria-label="Clip name" + style={{ width: '100%' }} />