@stubber/ui 1.12.2 → 1.12.3

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.
@@ -182,6 +182,10 @@ body {
182
182
  margin-bottom: 0.5em;
183
183
  }
184
184
 
185
+ .prose :last-child {
186
+ margin-bottom: 0;
187
+ }
188
+
185
189
  .prose hr {
186
190
  margin-top: 1em;
187
191
  margin-bottom: 1em;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stubber/ui",
3
- "version": "1.12.2",
3
+ "version": "1.12.3",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && pnpm run package && node ./fix_dts_imports.js",