@citizenplane/pimp 14.1.3 → 14.1.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenplane/pimp",
3
- "version": "14.1.3",
3
+ "version": "14.1.4",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8080",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -235,9 +235,12 @@ const handleClick = () => (isToggled.value = !isToggled.value)
235
235
  display: flex;
236
236
  }
237
237
 
238
+ &__actions {
239
+ padding: fn.px-to-rem(7) var(--cp-spacing-md) fn.px-to-rem(7) 15%;
240
+ }
241
+
238
242
  &__actions--hasTrailingSlot {
239
243
  align-items: flex-start;
240
- top: fn.px-to-rem(8);
241
244
  }
242
245
  }
243
246
  }