Skip to content

Commit

Permalink
fix(#28): add maxWidth to environment select
Browse files Browse the repository at this point in the history
  • Loading branch information
notmedia committed Dec 11, 2022
1 parent d233baa commit a78f8c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const SendHeader: React.FC<PropsWithChildren<SendHeaderProps<GrpcMethodTy
size="sm"
placeholder="Environment"
options={environments}
css={{ flex: 2 }}
css={{ flex: 2, maxWidth: 200 }}
value={selectedEnvironment}
onChange={handleEnvironmentChange}
onRemove={handleRemoveEnvironment}
Expand Down

0 comments on commit a78f8c6

Please sign in to comment.