Ticket #62514: 62514.patch
File 62514.patch, 965 bytes (added by , 6 months ago) |
---|
-
wp-content/themes/twentynineteen/style-editor.css
1633 1633 .wp-block-post-author__avatar img { 1634 1634 border-radius: 100%; 1635 1635 } 1636 1637 /** === Details Block === */ 1638 details[style*="font-size"] p {font-size: inherit;} 1639 No newline at end of file -
wp-content/themes/twentynineteen/style-editor.scss
1079 1079 .wp-block-post-author__avatar img { 1080 1080 border-radius: 100%; 1081 1081 } 1082 1083 /** === Details Block === */ 1084 details { 1085 &[style*="font-size"] { 1086 p { 1087 font-size: inherit; 1088 } 1089 } 1090 } 1091 1092 No newline at end of file