refactor(frontend): align conversation metrics title to the left in the modal (#12310)

This commit is contained in:
Hiep Le
2026-01-08 23:09:26 +07:00
committed by GitHub
parent 50d9cbac04
commit 7398737b06

View File

@@ -21,7 +21,7 @@ export function MetricsModal({ isOpen, onOpenChange }: MetricsModalProps) {
return (
<ModalBackdrop onClose={() => onOpenChange(false)}>
<ModalBody className="items-center border border-tertiary">
<ModalBody className="items-start border border-tertiary">
<BaseModalTitle title={t(I18nKey.CONVERSATION$METRICS_INFO)} />
<div className="space-y-4 w-full">
{(metrics?.cost !== null || metrics?.usage !== null) && (