@redseed/redseed-ui-tailwindcss 7.1.1 → 7.1.2

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.
@@ -68,7 +68,7 @@
68
68
  }
69
69
 
70
70
  /* Align body/meta content with the header title (account for checkbox width + gap) */
71
- .rsui-checkbox-card .rsui-card__content--padded {
71
+ .rsui-checkbox-card > .rsui-card__content--padded {
72
72
  @apply pl-[3.25rem] sm:pl-[3.75rem];
73
73
  }
74
74
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "7.1.1",
3
+ "version": "7.1.2",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",