@stoker-platform/web-app 0.5.175 → 0.5.176
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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -163,7 +163,10 @@ export const getFormattedFieldValue = (
|
|
|
163
163
|
variant="outline"
|
|
164
164
|
size="sm"
|
|
165
165
|
className={cn(
|
|
166
|
-
|
|
166
|
+
!card &&
|
|
167
|
+
"w-fit min-w-[100px] md:min-w-[200px] max-w-full whitespace-normal break-words h-auto p-3 bg-background dark:bg-blue-500/50 text-blue-500 dark:text-primary dark:hover:bg-blue-500 dark:border-input",
|
|
168
|
+
card &&
|
|
169
|
+
"w-full max-w-[200px] whitespace-normal break-words h-auto p-3 bg-background dark:bg-blue-500/50 text-blue-500 dark:text-primary dark:hover:bg-blue-500 dark:border-input",
|
|
167
170
|
)}
|
|
168
171
|
disabled={
|
|
169
172
|
!relationCollection ||
|