@citizenplane/pimp 18.13.3 → 18.13.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": "18.13.3",
3
+ "version": "18.13.4",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8081",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -342,7 +342,6 @@ onMounted(() => overrideAlignOverlay())
342
342
  flex-shrink: 0;
343
343
  align-items: center;
344
344
  order: -1;
345
- padding: var(--cp-spacing-xs);
346
345
 
347
346
  &:empty {
348
347
  display: none;