mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-24 05:05:39 +00:00
refactor: GenerateCodeItem component to fix width issue
This commit is contained in:
@@ -48,7 +48,7 @@ const GenerateCodeItem = ({ collection, item, onClose }) => {
|
||||
return (
|
||||
<Modal size="lg" title="Generate Code" handleCancel={onClose} hideFooter={true}>
|
||||
<StyledWrapper>
|
||||
<div className="flex w-full">
|
||||
<div className="flex w-full" style={{ width: '1000px' }}>
|
||||
<div>
|
||||
<div className="generate-code-sidebar">
|
||||
{languages &&
|
||||
|
||||
Reference in New Issue
Block a user