@redseed/redseed-ui-vue3 2.23.3 → 2.23.4

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": "@redseed/redseed-ui-vue3",
3
- "version": "2.23.3",
3
+ "version": "2.23.4",
4
4
  "description": "RedSeed UI Vue 3 components",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -128,7 +128,7 @@ function handleClick(event) {
128
128
  }
129
129
 
130
130
  &__title-row {
131
- @apply relative text-base font-medium text-rsui-default line-clamp-2 min-h-6;
131
+ @apply relative text-base font-medium text-rsui-default line-clamp-2 min-h-6 pr-8;
132
132
 
133
133
  // Radio button position
134
134
  @apply after:absolute after:top-0 after:right-0;