@citizenplane/pimp 18.9.18 → 18.9.19

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.18",
3
+ "version": "18.9.19",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8081",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -1,7 +1,6 @@
1
1
  <template>
2
2
  <div class="cpMenu">
3
3
  <div v-if="isDrawer" class="cpMenu__drawerOverlay" :class="drawerOverlayDynamicClass" />
4
-
5
4
  <div class="cpMenu__anchor">
6
5
  <div
7
6
  ref="trigger"
@@ -27,7 +26,6 @@
27
26
  <slot v-else />
28
27
  </primevue-popover>
29
28
  </div>
30
-
31
29
  <primevue-drawer
32
30
  v-if="isDrawer"
33
31
  v-model:visible="isOpen"
@@ -204,6 +202,7 @@ defineExpose({ show, hide, toggle })
204
202
 
205
203
  &__anchor {
206
204
  display: inline-flex;
205
+ width: 100%;
207
206
  }
208
207
 
209
208
  &__trigger {