classcard-ui 0.2.532 → 0.2.533

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.532",
3
+ "version": "0.2.533",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -146,8 +146,8 @@
146
146
  >
147
147
  {{ event.title }} ({{ event.booked }}/{{ event.seats }})
148
148
  </div>
149
- <div class="-m-1 flex flex-wrap items-center">
150
- <div class="m-1 flex items-center space-x-1">
149
+ <div class="-m-0.5 flex flex-wrap items-center">
150
+ <div class="m-0.5 flex items-center space-x-1">
151
151
  <svg
152
152
  xmlns="http://www.w3.org/2000/svg"
153
153
  class="h-4 w-4 text-gray-400"
@@ -168,7 +168,7 @@
168
168
  </div>
169
169
  <div
170
170
  v-if="event.subject && event.subject.length"
171
- class="m-1 flex items-center space-x-1"
171
+ class="m-0.5 flex items-center space-x-1"
172
172
  >
173
173
  <svg
174
174
  xmlns="http://www.w3.org/2000/svg"
@@ -190,7 +190,7 @@
190
190
  </div>
191
191
  <div
192
192
  v-if="event.location && event.location.length"
193
- class="m-1 flex items-center space-x-1"
193
+ class="m-0.5 flex items-center space-x-1"
194
194
  >
195
195
  <svg
196
196
  xmlns="http://www.w3.org/2000/svg"
@@ -212,7 +212,7 @@
212
212
  </div>
213
213
  <div
214
214
  v-if="event.staff && event.staff.length"
215
- class="m-1 flex items-center space-x-1"
215
+ class="m-0.5 flex items-center space-x-1"
216
216
  >
217
217
  <svg
218
218
  xmlns="http://www.w3.org/2000/svg"