Skip to content

Commit

Permalink
Øk bredden på "Saksbehandler"-kolonnen i saksoversikten med 10px for …
Browse files Browse the repository at this point in the history
…å få plass til mer tekst
  • Loading branch information
kristoiv committed Oct 2, 2023
1 parent 2bad9c0 commit 93cf1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/personoversikt/Saksoversikt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const Saksoversikt: React.FC<SaksoversiktProps> = ({ hotsakSaker, barnebr
{
key: 'SAKSBEHANDLER',
name: 'Saksbehandler',
width: 160,
width: 170,
render: (sak: Saksoversikt_Sak, barnebrilleSak?: Saksoversikt_Barnebrille_Sak) => (
<EllipsisCell value={sak.saksbehandler || ''} id={`tildelt-${sak.sakId}`} minLength={20} />
),
Expand Down

0 comments on commit 93cf1cb

Please sign in to comment.