Skip to content

Commit a1e4c21

Browse files
committed
Wider view modalg
1 parent cbc48bc commit a1e4c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/projects/projectId/attributes/attributeId/ViewRecordDetailsModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function ViewRecordDetailsModal(props: ViewRecordDetailsModalProp
1414

1515
return (<>
1616
{modalViewRecordDetails.open && modalViewRecordDetails.record && props.sampleRecords && <>
17-
<Modal modalName={ModalEnum.VIEW_RECORD_DETAILS}>
17+
<Modal modalName={ModalEnum.VIEW_RECORD_DETAILS} className="md:max-w-5xl">
1818
<h1 className="text-lg text-gray-900 mb-2 text-center">View details</h1>
1919

2020
<div className={`overflow-y-auto max-height-modal text-sm text-gray-500 my-2 ${style.scrollableSize}`}>

0 commit comments

Comments
 (0)