@citizenplane/pimp 18.12.4 → 18.12.5

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.12.4",
3
+ "version": "18.12.5",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8081",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -2,9 +2,8 @@
2
2
  <div class="cpMultiselect">
3
3
  <base-input-label
4
4
  v-if="label"
5
+ v-bind-once="{ for: multiselectId }"
5
6
  :id="labelId"
6
- class="cpMultiselect__label"
7
- :for="multiselectId"
8
7
  :is-invalid
9
8
  :required
10
9
  >
@@ -324,10 +323,6 @@ onMounted(() => overrideAlignOverlay())
324
323
  cursor: not-allowed;
325
324
  }
326
325
 
327
- &__label {
328
- margin-bottom: 0;
329
- }
330
-
331
326
  &__prefix {
332
327
  display: flex;
333
328
  flex-shrink: 0;