Skip to content

Commit

Permalink
- Histark endringer for bedre design etter PR
Browse files Browse the repository at this point in the history
#deploy-test-frontend
  • Loading branch information
stigus committed Feb 21, 2025
1 parent 31eaafa commit 879fa00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default ({ dokument, dokumentInfoId, idx }: HistarkDokument) => {
<TitleValue title="Filnavn" value={dokument.filnavn} />
<TitleValue title="Dokumentinfo-ID" value={dokumentInfoId} />
<Button
style={{ marginLeft: 'auto' }}
style={{ marginLeft: 'auto', marginBottom: 'auto' }}
className="csv-eksport-btn"
kind="file-new-table"
onClick={() => JoarkDokumentService.hentHistarkPDF(dokumentInfoId)}
Expand Down

0 comments on commit 879fa00

Please sign in to comment.