From d75cb8898d42be1cd293491d3ce8f79af695c412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20G=C3=A5rd?= Date: Tue, 10 Dec 2019 12:37:52 +0100 Subject: [PATCH] =?UTF-8?q?FO-2639=20Tekstjustering=20p=C3=A5=20ikke=20til?= =?UTF-8?q?gang=20til=20CV=20alertstripe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../paneler/innhold/cv/cv-panel-innhold.less | 7 ++++++- .../paneler/innhold/cv/cv-panel-innhold.tsx | 14 ++++++++------ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/src/components/paneler/innhold/cv/cv-panel-innhold.less b/src/components/paneler/innhold/cv/cv-panel-innhold.less index 3b0aa088..80fb7234 100644 --- a/src/components/paneler/innhold/cv/cv-panel-innhold.less +++ b/src/components/paneler/innhold/cv/cv-panel-innhold.less @@ -37,7 +37,12 @@ } .cv-ikke-synlig { - width: 100%; } + width: 100%; + } + + .cv-alert-ikke-tilgang .alertstripe__tekst { + max-width: 42rem; + } @media (min-width: @screen-md-min) { .cv-sammendrag { diff --git a/src/components/paneler/innhold/cv/cv-panel-innhold.tsx b/src/components/paneler/innhold/cv/cv-panel-innhold.tsx index 5ed7e96f..850595e3 100644 --- a/src/components/paneler/innhold/cv/cv-panel-innhold.tsx +++ b/src/components/paneler/innhold/cv/cv-panel-innhold.tsx @@ -20,9 +20,9 @@ import { useFetchAktorId, useFetchCvOgJobbprofil, useFetchUnderOppfolging } from import { Feilmelding, Laster } from '../../../felles/fetch'; import { hasError, isPending } from '@nutgaard/use-fetch'; import { hasData } from '../../../../rest/utils'; -import './cv-panel-innhold.less'; -import {CvIkkeSynligInfo} from "./cv-ikke-synlig-info"; +import { CvIkkeSynligInfo } from './cv-ikke-synlig-info'; import { SynlighetForArbeidsgiver } from './synlighet-for-arbeidsgiver'; +import './cv-panel-innhold.less'; const CvPanelInnhold = () => { const {fnr} = useAppStore(); @@ -59,14 +59,16 @@ const CvPanelInnhold = () => { ); } else if (cvOgJobbprofil.statusCode === 403 || cvOgJobbprofil.statusCode === 401) { return ( - - Du har ikke tilgang til å se CV for denne brukeren. Årsaker kan være + + Du kan ikke se CV-en til denne brukeren.
  • - Bruker må informeres om NAVs behandlingsgrunnlag før veileder får tilgang. - Be bruker gå inn på nav.no og oppdatere CV'en sin. + Be brukeren logge inn på  + arbeidsplassen.no +  og oppdatere CV-en sin.
+ Da får brukeren informasjon om NAVs behandlingsgrunnlag, som er et krav for at du skal få tilgang.
); } else if (!hasData(cvOgJobbprofil)) {