jobdone-shared-files 1.1.26 → 1.1.27

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.
@@ -64,7 +64,7 @@
64
64
  <h6 class="mb-1">{{ record.title }}</h6>
65
65
  <small class="d-block text-gray-500 mb-2">{{ record.content }}</small>
66
66
  <div class="d-flex flex-wrap gap-1 mb-2" v-if="record.tags?.length">
67
- <span class="d-inline-flex flex-center badge badge-outline-gray"
67
+ <span class="d-block overflow-hidden badge badge-outline-gray text-truncate"
68
68
  v-for="tag in record.tags" :key="tag.label">{{ tag.label }}:{{
69
69
  tag.value }}</span>
70
70
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jobdone-shared-files",
3
- "version": "1.1.26",
3
+ "version": "1.1.27",
4
4
  "description": "Shared JS and SCSS for Jobdone Enterprise.",
5
5
  "main": "index.js",
6
6
  "scripts": {