Skip to content

Commit

Permalink
[KAIZEN-0] utbetalings period filter
Browse files Browse the repository at this point in the history
  • Loading branch information
abrhanav committed Nov 13, 2023
1 parent e6838a5 commit ec4962c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ const UtbetalingerStyle = styled.div`
`;

const FiltreringSection = styled.section`
height: fit-content;
width: 100%;
@media (min-width: ${theme.media.utbetalinger.minWidth}) {
width: 19.5rem;
width: 22.5rem;
}
`;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,9 @@ exports[`Viser utbetalingercontainer med alt innhold 1`] = `
}
.c4 {
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
width: 100%;
}
Expand Down Expand Up @@ -572,7 +575,7 @@ exports[`Viser utbetalingercontainer med alt innhold 1`] = `
@media (min-width:1328px) {
.c4 {
width: 19.5rem;
width: 22.5rem;
}
}
Expand Down

0 comments on commit ec4962c

Please sign in to comment.