Fix 'See less' style

This commit is contained in:
Matt Rubens 2025-03-13 15:15:28 -04:00
parent 6eb648bb3a
commit 3ad198b8e6

View file

@ -267,10 +267,11 @@ const TaskHeader: React.FC<TaskHeaderProps> = ({
<div
style={{
cursor: "pointer",
color: "var(--vscode-textLink-foreground)",
color: "var(--vscode-badge-foreground)",
fontSize: "11px",
marginLeft: "auto",
textAlign: "right",
paddingRight: 2,
paddingRight: 8,
}}
onClick={() => setIsTextExpanded(!isTextExpanded)}>
See less