Skip to content

Commit

Permalink
Ga ekstra plass til dato/klokkeslett i spørreundersøkelserader.
Browse files Browse the repository at this point in the history
  • Loading branch information
sstensby committed Dec 18, 2024
1 parent 118285b commit cc12a65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const HeaderRightContent = styled.span`
`;

const BehovsvurderingDato = styled.span`
width: 8rem;
width: 9rem;
text-align: left;
margin-left: 1rem;
`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const HeaderRightContent = styled.span`
`;

const KartleggingDato = styled.span`
width: 8rem;
width: 9rem;
text-align: left;
margin-left: 1rem;
`;
Expand Down

0 comments on commit cc12a65

Please sign in to comment.