From ba16a1556a24f054abec77cff9c4fe942fded9d3 Mon Sep 17 00:00:00 2001 From: Max Mykal Date: Mon, 15 Sep 2025 09:27:05 -0700 Subject: [PATCH] adust styling --- web/common/src/components/Metadata/Metadata.tsx | 14 ++++++++++++-- web/common/src/components/ModelName/ModelName.tsx | 1 + 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/web/common/src/components/Metadata/Metadata.tsx b/web/common/src/components/Metadata/Metadata.tsx index 9227844fd3..a9f908bbf1 100644 --- a/web/common/src/components/Metadata/Metadata.tsx +++ b/web/common/src/components/Metadata/Metadata.tsx @@ -20,12 +20,22 @@ export const Metadata = React.forwardRef( {...props} > {typeof label === 'string' ? ( -
{label}
+
+ {label} +
) : ( label )} {typeof value === 'string' ? ( -
{value}
+
+ {value} +
) : ( value )} diff --git a/web/common/src/components/ModelName/ModelName.tsx b/web/common/src/components/ModelName/ModelName.tsx index 1c902018a1..0685d4b872 100644 --- a/web/common/src/components/ModelName/ModelName.tsx +++ b/web/common/src/components/ModelName/ModelName.tsx @@ -192,6 +192,7 @@ export const ModelName = React.forwardRef( {showCopy && (