Skip to content

Commit

Permalink
Resolve build errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaemonCahill committed Feb 5, 2024
1 parent b3e2ab7 commit fae3905
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/wizard/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,11 @@
box-sizing: border-box;
&:not(.remove-high-contrast-header) {
@include styles.container-style;
padding: awsui.$space-scaled-m awsui.$space-l awsui.$space-scaled-l awsui.$space-m;
width: 280px;
padding-block-start: awsui.$space-scaled-m;
padding-block-end: awsui.$space-scaled-l;
padding-inline-start: awsui.$space-m;
padding-inline-end: awsui.$space-l;
inline-size: 280px;
}

> li {
Expand Down

0 comments on commit fae3905

Please sign in to comment.