Skip to content

Commit

Permalink
Merge pull request #314 from oaknational/feat/CUR-971/set-max-width-f…
Browse files Browse the repository at this point in the history
…or-info-banner

fix: adjust max-width for OakDownloadsJourneyChildSubjectTierSelector component
  • Loading branch information
assadk88 authored Oct 28, 2024
2 parents 796ccfe + b4e0f13 commit 61eca81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const UnstyledComponent = (
message={`Before downloading, choose ${
childSubjectsAvailable && tiersAvailable ? "options" : "an option"
} for KS4. The document will still display both KS3 and KS4.`}
$maxWidth={"all-spacing-22"}
/>

{childSubjectsAvailable && (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ exports[`OakDownloadsJourneyChildSubjectTierSelector matches snapshot 1`] = `
}
.c2 {
max-width: 40rem;
padding: 0.75rem;
background: #e3e9fb;
border: 0.063rem solid;
Expand Down

0 comments on commit 61eca81

Please sign in to comment.