We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec393df commit 9971e44Copy full SHA for 9971e44
src/scss/base/_text.scss
@@ -119,9 +119,6 @@ blockquote {
119
margin: 0 0 $base-spacing 0;
120
-ms-word-wrap: break-word;
121
word-wrap: break-word;
122
- p:last-child {
123
- margin: 0;
124
- }
125
}
126
cite {
127
font-style: italic;
src/scss/wp/_gutenberg.scss
@@ -51,6 +51,17 @@
51
&-quote {
52
border-left: 4px solid currentColor;
53
54
+ p {
55
+ margin-bottom: $half-base-spacing;
56
+ }
57
+
58
+ cite,
59
+ &__citation {
60
+ font-size: 13px;
61
+ font-style: normal;
62
+ color: $maingrey;
63
64
65
&.is-large {
66
padding: $base-spacing*1.5;
67
margin-bottom: $base-spacing*1.5;
0 commit comments