Skip to content

Commit

Permalink
Merge branch 'main' into prmdr-656
Browse files Browse the repository at this point in the history
  • Loading branch information
RioKnightleyNHS committed Feb 15, 2024
2 parents 7004897 + 7b62549 commit 7831933
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ sonar.python.coverage.reportPaths=lambdas/coverage.xml
sonar.sources=lambdas/,app/src/
sonar.tests=lambdas/tests/,app/src/

sonar.exclusions=**/*.test.tsx,app/src/helpers/test/,**/*.story.tsx,lambdas/scripts/
sonar.test.inclusions=**/*.test.tsx,app/src/helpers/test/
sonar.exclusions=**/*.test.tsx,app/src/helpers/test/,**/*.story.tsx,lambdas/scripts/,**/*.test.ts,**/*.story.ts
sonar.test.inclusions=**/*.test.tsx,app/src/helpers/test/,**/*.test.ts

# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8

0 comments on commit 7831933

Please sign in to comment.