Add welcome text when user has to make his first input

This commit is contained in:
Saoud Rizwan
2024-07-10 01:06:07 -04:00
parent bd35b18fd0
commit c8d4e1d4e8
4 changed files with 17 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ const TaskHeader: React.FC<TaskHeaderProps> = ({ taskText, tokensIn, tokensOut,
<span className="codicon codicon-close"></span>
</VSCodeButton>
</div>
<div style={{ fontSize: "var(--vscode-font-size)", lineHeight: "1.5" }}>
<div style={{ fontSize: "var(--vscode-font-size)" }}>
<TextTruncate
line={isExpanded ? 0 : 3}
element="span"