Skip to content

Commit

Permalink
VKT(Frontend): Contact request flow UI improvements [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoivisto committed Nov 19, 2024
1 parent cf3658b commit 311ed6e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ export const Message = ({
<div className="margin-top-sm rows gapped">
<H2>{t('title')}</H2>
</div>
<div className="public-enrollment__grid__previous-enrollment rows gapped">
<div className="margin-top-sm">
<div className="public-enrollment__grid__previous-enrollment--good-and-satisfactory-level rows gapped">
<div className="margin-top-sm grow full-max-width">
<LabeledTextField
className="public-enrollment__grid__previous-enrollment__textField"
className="public-enrollment__grid__previous-enrollment--good-and-satisfactory-level__textField"
id="public-enrollment__previous-enrollment__textField"
label={t('textField.label')}
placeholder={t('textField.placeholder')}
Expand All @@ -112,6 +112,8 @@ export const Message = ({
error={showCustomTextFieldError('message')}
helperText={errors['message']}
disabled={editingDisabled}
fullWidth
multiline
/>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@
}
}

&__previous-enrollment--good-and-satisfactory-level {
width: 70%;

@include phone {
width: 100%;
}

&__textField {
margin-bottom: 2rem;
}
}

&__partial-exam-selection {
float: left;
margin-left: 3rem;
Expand Down

0 comments on commit 311ed6e

Please sign in to comment.