fix: style for small screen

This commit is contained in:
Felix Roos 2023-12-10 19:50:20 +01:00
parent 59a4cd9cf8
commit 79e8e430f1
3 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ export default function ImportSoundsButton({ onComplete }) {
return (
<label
style={{ alignItems: 'center' }}
className="flex bg-background ml-2 pl-2 pr-2 max-w-[300px] rounded-md hover:opacity-50"
className="flex bg-background ml-2 pl-2 pr-2 max-w-[300px] rounded-md hover:opacity-50 whitespace-nowrap cursor-pointer"
>
<input
disabled={isUploading}