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
|
@@ -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 {
|