Skip to content

Commit a1b7c36

Browse files
ui(docs): keep study cards consistent width
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent cf559a2 commit a1b7c36

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

fda-submission-gap-analyzer/src/components/DocumentModuleTree.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,7 @@ export default function DocumentModuleTree({
341341
key={studyKey}
342342
className={
343343
mode === 'view'
344-
? open
345-
? 'rounded-lg border border-slate-200 bg-white overflow-hidden xl:col-span-2'
346-
: 'rounded-lg border border-slate-200 bg-white overflow-hidden'
344+
? 'rounded-lg border border-slate-200 bg-white overflow-hidden'
347345
: ''
348346
}
349347
>

0 commit comments

Comments
 (0)