classcard-ui 0.2.267 → 0.2.268

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.267",
3
+ "version": "0.2.268",
4
4
  "main": "dist/classcard-ui.common.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -210,6 +210,9 @@ export default {
210
210
  .vs__selected {
211
211
  @apply border-none m-0 py-0 pl-0 pr-1.5 mr-1;
212
212
  }
213
+ .vs__selected-options {
214
+ @apply pl-0;
215
+ }
213
216
  .vs__search,
214
217
  .vs__search:focus {
215
218
  @apply m-0 p-0;