wp-block-styles 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.css +1 -1
  2. package/package.json +1 -1
package/index.css CHANGED
@@ -251,7 +251,7 @@
251
251
  .wp-block-code code {
252
252
  background: transparent !important;
253
253
  color: inherit !important;
254
- padding: 0;
254
+ padding: 12px;
255
255
  border-radius: 0;
256
256
  font-size: inherit;
257
257
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wp-block-styles",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Comprehensive CSS styles for WordPress Gutenberg block classes rendered via the headless WP REST API. Zero dependencies, framework agnostic.",
5
5
  "style": "index.css",
6
6
  "main": "index.css",