Skip to content

Commit

Permalink
Fixes requesting console screen width (#16291)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldip999 authored Jul 9, 2024
1 parent ac86dec commit 50e5cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/Cargo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ export const CargoRequest = (props) => {
: null;

return (
<Window width={900} height={700}>
<Window width={1100} height={700}>
<Flex height="650px" align="stretch">
<Flex.Item width="280px">
<Menu readOnly={1} />
Expand Down

0 comments on commit 50e5cef

Please sign in to comment.