Skip to content

Commit

Permalink
[PRMDR-657] fix styling so file name on design fits on single line
Browse files Browse the repository at this point in the history
  • Loading branch information
RachelHowellNHS authored Feb 15, 2024
1 parent 52a480e commit d185c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function LloydGeorgeUploadComplete({ documents }: Props) {
You can upload more files to their record if needed, but you cannot upload
duplicate files with the same name as previous uploads.
</p>
<p>
<p style={{ marginBottom: 50 }}>
If you need to replace a file, you will need to remove it and re-upload it
again.
</p>
Expand Down
2 changes: 1 addition & 1 deletion app/src/styles/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ $govuk-compatibility-govukelements: true;
}
}
&_upload-complete {
max-width: 620px;
max-width: 660px;
&_card {
text-align: center;
background-color: $color_nhsuk-blue;
Expand Down

0 comments on commit d185c72

Please sign in to comment.