mobile fixes

This commit is contained in:
2021-07-28 15:29:20 +01:00
parent 8afb768c9f
commit 777df3f907
8 changed files with 61 additions and 38 deletions
+2 -2
View File
@@ -82,7 +82,7 @@ let CreateCase = (props) => {
<div>
<select
{...input}
className="govuk-select govuk-input--error"
className="govuk-select govuk-!-width-one-half"
id="lpatypes"
name={name}
//onChange={(e) => props.onChangeSelectLPA(e)}
@@ -143,7 +143,7 @@ let CreateCase = (props) => {
<div>
<select
{...input}
className="govuk-select"
className="govuk-select govuk-!-width-one-half"
id="appealTypes"
name={name}
//onChange={(e) => props.onChangeSelectAppealType(e)}