classcard-ui 0.2.547 → 0.2.548

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.547",
3
+ "version": "0.2.548",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -13,7 +13,7 @@
13
13
  <div
14
14
  v-else
15
15
  :class="nameInitialsClasses"
16
- class="text-center bg-red-100 text-red-600 font-medium border-red-300"
16
+ class="flex-none border-red-300 bg-red-100 text-center font-medium text-red-600"
17
17
  :style="[
18
18
  size == 'medium' ? { 'line-height': '3rem' } : '',
19
19
  size == 'large' ? { 'line-height': '3.5rem' } : '',