We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc48bc commit a1e4c21Copy full SHA for a1e4c21
src/components/projects/projectId/attributes/attributeId/ViewRecordDetailsModal.tsx
@@ -14,7 +14,7 @@ export default function ViewRecordDetailsModal(props: ViewRecordDetailsModalProp
14
15
return (<>
16
{modalViewRecordDetails.open && modalViewRecordDetails.record && props.sampleRecords && <>
17
- <Modal modalName={ModalEnum.VIEW_RECORD_DETAILS}>
+ <Modal modalName={ModalEnum.VIEW_RECORD_DETAILS} className="md:max-w-5xl">
18
<h1 className="text-lg text-gray-900 mb-2 text-center">View details</h1>
19
20
<div className={`overflow-y-auto max-height-modal text-sm text-gray-500 my-2 ${style.scrollableSize}`}>
0 commit comments