refactor: GenerateCodeItem component to fix width issue

This commit is contained in:
Pragadesh-45
2024-10-15 14:15:06 +05:30
parent a2d9249515
commit a0fcb6c91f

View File

@@ -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 &&