-
Notifications
You must be signed in to change notification settings - Fork 272
WS-2471-Fix whitespace above PV curation heading #13895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: latest
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ export default { | |
| display: 'block', | ||
| width: `calc(100% - ${spacings.QUADRUPLE}rem)`, | ||
| padding: `${spacings.DOUBLE}rem 0`, | ||
| margin: `0 ${spacings.DOUBLE}rem -${spacings.FULL}rem ${spacings.DOUBLE}rem`, | ||
| margin: `0 ${spacings.DOUBLE}rem ${pixelsToRem(36)}rem ${spacings.DOUBLE}rem`, | ||
| backgroundColor: palette.GREY_2, | ||
| color: palette.GREY_10, | ||
| textAlign: 'start', | ||
|
|
@@ -33,10 +33,14 @@ export default { | |
| }, | ||
|
|
||
| [mq.GROUP_1_MAX_WIDTH]: { | ||
| margin: `0 ${spacings.FULL}rem -${spacings.HALF}rem ${spacings.FULL}rem`, | ||
| margin: `0 ${spacings.FULL}rem ${pixelsToRem(36)}rem ${spacings.FULL}rem`, | ||
| width: `calc(100% - ${spacings.DOUBLE}rem)`, | ||
| }, | ||
|
|
||
| [mq.GROUP_3_MIN_WIDTH]: { | ||
| margin: `0 ${spacings.DOUBLE}rem ${pixelsToRem(20)}rem ${spacings.DOUBLE}rem`, | ||
| }, | ||
|
Comment on lines
14
to
+42
|
||
|
|
||
| '&:hover, &:focus': { | ||
| textDecoration: 'underline', | ||
| }, | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR description still contains the template placeholders (summary/code changes/testing) without concrete details. Please add a brief user-facing summary and explicit testing steps (e.g. which page to load and expected whitespace change) so reviewers can verify the visual adjustment reliably.