Twenty Twelve: Correct `padding` rule precedence for Quote block.

Props superpoincare.
Fixes #45794.
Built from https://develop.svn.wordpress.org/trunk@44432


git-svn-id: http://core.svn.wordpress.org/trunk@44263 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-01-07 18:09:54 +00:00
parent e9b3073909
commit 5d0644fc72
1 changed files with 2 additions and 2 deletions

View File

@ -99,13 +99,13 @@ p.has-drop-cap:not(:focus)::first-letter {
.wp-block-quote:not(.is-large):not(.is-style-large) {
border: 0;
padding: 1.714285714rem;
padding: 24px;
padding: 1.714285714rem;
}
.wp-block-quote {
padding: 1.714285714rem;
padding: 24px;
padding: 1.714285714rem;
}
.wp-block-quote cite {