Skip to content

Commit

Permalink
Merge pull request #1410 from gchq/fix/width-source-modelid
Browse files Browse the repository at this point in the history
Add fullWidth
  • Loading branch information
GB27247 authored Jul 18, 2024
2 parents 7bb5e47 + 136874f commit 51f250c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/entry/SourceModelnput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function SourceModelInput({ value, onChange }: SourceModelInputPr
}

return (
<LabelledInput required label='Source Model ID' htmlFor={htmlId}>
<LabelledInput fullWidth required label='Source Model ID' htmlFor={htmlId}>
<TextField
id={htmlId}
value={value}
Expand Down

0 comments on commit 51f250c

Please sign in to comment.