@citizenplane/pimp 18.9.19 → 18.9.20

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.19",
3
+ "version": "18.9.20",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8081",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -12,7 +12,6 @@
12
12
  >
13
13
  <slot name="trigger" />
14
14
  </div>
15
-
16
15
  <primevue-popover
17
16
  v-if="!isDrawer"
18
17
  ref="popover"
@@ -202,7 +201,6 @@ defineExpose({ show, hide, toggle })
202
201
 
203
202
  &__anchor {
204
203
  display: inline-flex;
205
- width: 100%;
206
204
  }
207
205
 
208
206
  &__trigger {