testio-tailwind 3.15.0 → 3.16.0

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": "testio-tailwind",
3
- "version": "3.15.0",
3
+ "version": "3.16.0",
4
4
  "description": "Tailwind based design system for Test IO",
5
5
  "scripts": {
6
6
  "clean": "del dist --force",
@@ -156,7 +156,7 @@ a.listitem:hover {
156
156
  }
157
157
 
158
158
  .listitem-card {
159
- @apply relative mb-md p-sm bg-appbody dark:bg-gray-750 rounded last:mb-0;
159
+ @apply relative mb-md p-sm bg-appbody dark:bg-gray-750 rounded last:mb-0 select-text;
160
160
  }
161
161
 
162
162
  .listitem-card img {