@citizenplane/pimp 18.9.29 → 18.9.31

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.9.29",
3
+ "version": "18.9.31",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8081",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -356,7 +356,11 @@ onMounted(() => overrideAlignOverlay())
356
356
  gap: var(--cp-spacing-md);
357
357
 
358
358
  &--sm {
359
- padding: var(--cp-spacing-sm) var(--cp-spacing-lg);
359
+ padding: var(--cp-spacing-sm);
360
+
361
+ .cpMultiselect__clear {
362
+ right: var(--cp-dimensions-0_5);
363
+ }
360
364
  }
361
365
 
362
366
  &:has(input:disabled) {
@@ -123,7 +123,7 @@ const pageLastResultIndex = computed(() => {
123
123
  }
124
124
  }
125
125
 
126
- @media (min-width: 650px) {
126
+ @media (min-width: 769px) {
127
127
  .cpTableFooter {
128
128
  z-index: auto;
129
129
  padding: var(--cp-spacing-xl) var(--cp-spacing-lg) 0;