Skip to content

Commit

Permalink
spacing tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mel-miller committed Jan 23, 2024
1 parent 44654d6 commit cc81d90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/styles/pds-additions.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ strong {
.pds-tag {
white-space: nowrap;
}

.pds-input-field__decorators {
padding-inline: var(--pds-spacing-5xs);
}
2 changes: 1 addition & 1 deletion src/templates/releaseNotesListing.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const ReleaseNotesListingTemplate = ({ data }) => {
style={{
borderBottom: "1px solid var(--pds-color-border-default)",
paddingBlockEnd: "var(--pds-spacing-3xl)",
paddingBlockStart: "var(--pds-spacing-s)",
paddingBlockStart: "var(--pds-spacing-m)",
}}
>
<div
Expand Down
2 changes: 1 addition & 1 deletion src/templates/releaseNotesListingByCategory.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const ReleaseNotesListingByCategoryTemplate = ({ data, pageContext }) => {
style={{
borderBottom: "1px solid var(--pds-color-border-default)",
paddingBlockEnd: "var(--pds-spacing-3xl)",
paddingBlockStart: "var(--pds-spacing-s)",
paddingBlockStart: "var(--pds-spacing-m)",
}}
>
<div
Expand Down

0 comments on commit cc81d90

Please sign in to comment.