close
Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Twenty Twenty: "Add citation" text font-style issue in Quote block ed…
…itor view
  • Loading branch information
whaze committed Jun 6, 2022
commit f313903a1c2a55eb36ecc256835045bc374eae9b
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,10 @@ hr.wp-block-separator.is-style-dots::before {
line-height: 1.25;
}

.editor-styles-wrapper .wp-block-quote cite {
font-style: normal;
}

.editor-styles-wrapper .wp-block-quote p {
color: inherit;
font-weight: 400;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,10 @@ hr.wp-block-separator.is-style-dots::before {
line-height: 1.25;
}

.editor-styles-wrapper .wp-block-quote cite {
font-style: normal;
}

.editor-styles-wrapper .wp-block-quote p {
color: inherit;
font-weight: 400;
Expand Down