Skip to content

Commit

Permalink
chore: add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
adekbadek committed Oct 7, 2024
1 parent 1585d89 commit d388011
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/newspack-ui/scss/elements/forms/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
font-size: var(--newspack-ui-font-size-s);
font-weight: 600;
gap: calc(var(--newspack-ui-spacer-base) / 2);
letter-spacing: initial;
text-transform: none;
letter-spacing: initial; // Override for custom styles.
text-transform: none; // Override for custom styles.
justify-content: center;
line-height: var(--newspack-ui-line-height-s);
margin-bottom: var(--newspack-ui-spacer-2);
Expand Down
1 change: 1 addition & 0 deletions src/newspack-ui/scss/elements/woocommerce/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
}
}

// See #3292.
.woocommerce-account {
// Inline sign up form max-width.
.woocommerce-notices-wrapper:has(+ .newspack-reader-auth__inline-wrapper),
Expand Down
1 change: 1 addition & 0 deletions src/other-scripts/emails/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
display: none;
}

// See #3326.
.editor-styles-wrapper .block-editor-block-list__layout {
:not(code) {
font-family: Arial, Helvetica, sans-serif !important;
Expand Down

0 comments on commit d388011

Please sign in to comment.