Skip to content

Commit

Permalink
fixed filename width in fileupload
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhaeger committed Jun 21, 2024
1 parent 0b5c9b2 commit a93d89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/FileUpload/FileUploadTable/FileTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function FileTable({
className={pdfModeActive ? classes.grayUnderline : classes.blueUnderline}
id='altinn-file-list-row-header'
>
<th>
<th style={{ width: '40%' }}>
<Lang id={'form_filler.file_uploader_list_header_name'} />
</th>
{!mobileView && (
Expand Down

0 comments on commit a93d89d

Please sign in to comment.