diff --git a/web/app/components/app/chat/more-info/index.tsx b/web/app/components/app/chat/more-info/index.tsx index 89248e3169585e..4b18a0f37475a6 100644 --- a/web/app/components/app/chat/more-info/index.tsx +++ b/web/app/components/app/chat/more-info/index.tsx @@ -9,7 +9,7 @@ export type IMoreInfoProps = { more: MessageMore; isQuestion: boolean } const MoreInfo: FC = ({ more, isQuestion }) => { const { t } = useTranslation() - return (
+ return (
{`${t('appLog.detail.timeConsuming')} ${more.latency}${t('appLog.detail.second')}`} {`${t('appLog.detail.tokenCost')} ${formatNumber(more.tokens)}`} ยท diff --git a/web/app/components/app/chat/style.module.css b/web/app/components/app/chat/style.module.css index b29abc78d88bc7..65f8a326d7155c 100644 --- a/web/app/components/app/chat/style.module.css +++ b/web/app/components/app/chat/style.module.css @@ -53,7 +53,6 @@ justify-content: flex-end; } -.answerWrap, .question { display: inline-block; max-width: 100%;