Skip to content

Commit

Permalink
More padding in dialog-header
Browse files Browse the repository at this point in the history
  • Loading branch information
tu55eladd committed May 11, 2023
1 parent 996626e commit bcb0522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/dialog/DialogHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function DialogHeader() {
{viseAktivitet ? (
<DialogMedAktivitetHeader />
) : (
<div className="pl-2 py-2 flex flex-row gap-x-2">
<div className="pl-4 py-2 flex flex-row gap-x-2">
<TilbakeKnapp className="md:hidden" />
<Heading level="1" size="small">
{dialog?.overskrift}
Expand Down

0 comments on commit bcb0522

Please sign in to comment.