Skip to content

Commit

Permalink
Fiks tabellstyling
Browse files Browse the repository at this point in the history
  • Loading branch information
sndrem committed Oct 30, 2024
1 parent 645fd0d commit 5cf1a41
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ export function RefusjonskravTable({ krav }: Props) {
<Table.DataCell colSpan={3} className="w-80">
{`${formaterDato(beregning.periodeStart)} - ${formaterDato(beregning.periodeSlutt)}`}
</Table.DataCell>
<Table.DataCell className="w-52">{formaterNOK(beregning.belop)}</Table.DataCell>
<Table.DataCell className="min-w-44">
{formaterNOK(beregning.belop)}
</Table.DataCell>
<Table.DataCell>{formaterDato(fristForGodkjenning)}</Table.DataCell>
<Table.DataCell>{statusTilTag(status)}</Table.DataCell>
<Table.DataCell>
Expand Down

0 comments on commit 5cf1a41

Please sign in to comment.