Skip to content

Commit f476c0a

Browse files
committed
increase field size
Signed-off-by: Abdelsalem <[email protected]>
1 parent 32cc191 commit f476c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/profiles/modification/profile-modification-form.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const ProfileModificationForm: FunctionComponent = () => {
4646
</h3>
4747
</Grid>
4848
<Grid item xs={12}>
49-
<Grid item xs={4}>
49+
<Grid item xs={5}>
5050
<IntegerInput
5151
name={USER_QUOTAS}
5252
label="profiles.form.modification.numberOfCasesOrStudies"

0 commit comments

Comments
 (0)