Merge pull request #1622 from RooVetGit/fix_see_less

Fix 'See less' style
This commit is contained in:
Matt Rubens 2025-03-13 15:25:12 -04:00 committed by GitHub
commit cd9fb24007
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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