@citizenplane/pimp 18.9.25 → 18.9.27

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.25",
3
+ "version": "18.9.27",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8081",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -114,7 +114,7 @@ const pageLastResultIndex = computed(() => {
114
114
 
115
115
  &__mobile {
116
116
  display: flex;
117
- margin-top: var(--cp-spacing-md);
117
+ margin-block: var(--cp-spacing-lg);
118
118
 
119
119
  .cpTableFooter__loader {
120
120
  font-size: var(--cp-text-size-xs);
@@ -47,7 +47,6 @@ const emit = defineEmits<Emits>()
47
47
 
48
48
  <style scoped lang="scss">
49
49
  .cpTableFooterMobile {
50
- z-index: 3;
51
50
  display: flex;
52
51
  align-items: center;
53
52
  justify-content: space-between;