Skip to content

Commit

Permalink
Merge pull request #174 from navikt/fikse-alignment-i-print-knapp
Browse files Browse the repository at this point in the history
Fikser feil alignment i printknapp
  • Loading branch information
terjeofnorway authored Aug 3, 2023
2 parents d4824f0 + 7bc0363 commit 17c6c91
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@navikt/arbeidsforhold",
"author": "NAVIKT",
"version": "3.2.7",
"version": "3.2.8-beta.0",
"description": "React modul som viser brukerens arbeidsforhold",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down
3 changes: 2 additions & 1 deletion src/modules/af-detaljert/Detaljert.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}

& dd {
margin: 0
margin: 0;
}
}
&__status {
Expand Down Expand Up @@ -129,6 +129,7 @@
}
}
&__print-button {
display: flex;
border: 0px;
text-decoration: underline;

Expand Down
2 changes: 1 addition & 1 deletion src/modules/af-detaljert/print/DownloadPdfLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const DownloadPDFLink = (props: Props) => {
</IsPdfProvider>
}
fileName="arbeidsforhold.pdf"
className={"lenke"}
className={"lenke af-detaljert__print-button"}
>
{({ loading }) =>
loading ? (
Expand Down

0 comments on commit 17c6c91

Please sign in to comment.