classcard-ui 0.2.440 → 0.2.441

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.440",
3
+ "version": "0.2.441",
4
4
  "main": "dist/classcard-ui.common.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -5,14 +5,14 @@
5
5
  >
6
6
  <div>
7
7
  <h2
8
- class="text-xl font-bold leading-7 text-gray-900 sm:truncate sm:text-xl"
8
+ class="mb-1 text-xl font-bold leading-7 text-gray-900 sm:truncate sm:text-xl"
9
9
  >
10
10
  {{ title }}
11
11
  </h2>
12
12
  </div>
13
13
  <div class="justify-self-end">
14
14
  <slot></slot>
15
- <div v-if="buttonType" class="flex lg:mt-0 lg:ml-4">
15
+ <div v-if="buttonType" class="flex pb-2 lg:mt-0 lg:ml-4">
16
16
  <span class="sm:ml-3">
17
17
  <c-button
18
18
  :label="buttonType.label"