@mozaic-ds/vue 0.13.0 → 0.13.1

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": "@mozaic-ds/vue",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build ./src/index.js",
@@ -109,10 +109,11 @@ export default {
109
109
  align-items: center;
110
110
 
111
111
  &__label {
112
- display: flex;
113
112
  align-items: center;
114
- white-space: nowrap;
113
+ display: flex;
115
114
  cursor: pointer;
115
+ gap: $mu050;
116
+ white-space: nowrap;
116
117
 
117
118
  &--with-before-slot {
118
119
  padding-left: $mu100;