Skip to content

Commit

Permalink
UPDATE: right content width and button margin
Browse files Browse the repository at this point in the history
Co-authored-by: andregroseth <[email protected]>
  • Loading branch information
JeremiahUy and andregroseth committed Nov 20, 2024
1 parent 53b142a commit bf60eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/frontend/src/pages/BehandlingensLivslopPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export const BehandlingensLivslopPage = () => {
</ErrorSummary>
)}

<div className="flex gap-2">
<div className="flex gap-2 mt-5">
<Button
type="button"
disabled={rejectedFiles.length > 0}
Expand Down Expand Up @@ -314,7 +314,7 @@ export const BehandlingensLivslopPage = () => {

{/* right side */}
{etterlevelseDokumentasjon && (
<div className="pl-4 border-l border-border-divider w-full max-w-md">
<div className="pl-4 border-l border-border-divider w-full max-w-lg">
<Heading level="2" size="small" className="mb-5">
Hentet fra deres etterlevelsesdokumentasjon
</Heading>
Expand Down

0 comments on commit bf60eda

Please sign in to comment.