Skip to content

Commit

Permalink
1200 to 880
Browse files Browse the repository at this point in the history
  • Loading branch information
gatzjames committed Apr 17, 2024
1 parent 820d5c8 commit fd91b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/insomnia/src/ui/components/settings/general.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const General: FC = () => {
<BooleanSetting
label="Use vertical layout"
setting="forceVerticalLayout"
help="If checked, stack request and response panels vertically. Otherwise they will be side-by-side above 1200px."
help="If checked, stack request and response panels vertically. Otherwise they will be side-by-side above 880px."
/>
<BooleanSetting
label={<RestartTooltip message="Show variable source and value" />}
Expand Down

0 comments on commit fd91b32

Please sign in to comment.