fix: style for small screen
This commit is contained in:
parent
59a4cd9cf8
commit
79e8e430f1
3 changed files with 3 additions and 3 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue