Skip to content

Commit

Permalink
settings modal fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaHaverty committed Aug 23, 2024
1 parent 3b002ce commit 0887cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fission/src/ui/modals/configuring/SettingsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const SettingsModal: React.FC<ModalPropsImpl> = ({ modalId }) => {
saveSettings()
}}
>
<div className="flex overflow-y-auto flex-col gap-2 bg-background-secondary rounded-md p-2 max-h-[60vh] min-w-[350px]">
<div className="flex overflow-y-auto flex-col gap-2 bg-background-secondary rounded-md p-2 max-h-[60vh] min-w-[20vw]">
<Label size={LabelSize.Medium}>Screen Settings</Label>
<Dropdown
label="Quality Settings"
Expand Down

0 comments on commit 0887cb8

Please sign in to comment.