diff --git a/components/report-window/generate-survey-questions.ts b/components/report-window/generate-survey-questions.ts index c0b3cd4..f127881 100644 --- a/components/report-window/generate-survey-questions.ts +++ b/components/report-window/generate-survey-questions.ts @@ -194,6 +194,7 @@ export default function generateSurveyQuestions(clusters: RequestCluster[]) { type: 'radiogroup', name: 'user_role', title: 'Jestem:', + isRequired: true, choices: [ { value: 'user', text: 'użytkownikiem strony' }, { value: 'admin', text: 'administratorem strony' }, diff --git a/components/report-window/report-window.scss b/components/report-window/report-window.scss index ddae071..f612dbc 100644 --- a/components/report-window/report-window.scss +++ b/components/report-window/report-window.scss @@ -105,6 +105,10 @@ h1 { .sv_body { padding: 0; + .sv_nav { + display: flex; + } + .sv_p_root { & > .sv_row { padding: 0.75rem 1.5rem;