mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 05:37:20 +08:00
refactor(frontend): align conversation metrics title to the left in the modal (#12310)
This commit is contained in:
@@ -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) && (
|
||||
|
||||
Reference in New Issue
Block a user