Make ChatRow layout look good

This commit is contained in:
Saoud Rizwan
2024-07-09 11:39:01 -04:00
parent 661d019bf1
commit 037c6eb226
3 changed files with 102 additions and 74 deletions

View File

@@ -15,7 +15,7 @@ const TaskHeader: React.FC<TaskHeaderProps> = ({ taskText, tokensIn, tokensOut,
return (
<div
style={{
padding: "12px",
padding: "15px 15px 10px 15px",
}}>
<div
style={{