classcard-ui 0.2.663 → 0.2.664

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": "classcard-ui",
3
- "version": "0.2.663",
3
+ "version": "0.2.664",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -310,7 +310,7 @@ export default {
310
310
  @apply rounded-b-md;
311
311
  }
312
312
  .vs__selected {
313
- @apply m-0 mr-1 border-none py-0 pl-0 pr-1.5;
313
+ @apply m-0 mr-1 border-none py-0 pl-1.5 pr-1.5;
314
314
  margin-bottom: 2px;
315
315
  }
316
316
  .vs__selected-options {