mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
Fix spacing in task header
This commit is contained in:
parent
7aeab15ecf
commit
7e32e772cb
1 changed files with 2 additions and 0 deletions
|
|
@ -259,6 +259,7 @@ const TaskHeader: React.FC<TaskHeaderProps> = ({
|
|||
display: "flex",
|
||||
justifyContent: "space-between",
|
||||
alignItems: "center",
|
||||
height: 17,
|
||||
}}>
|
||||
<div
|
||||
style={{
|
||||
|
|
@ -355,6 +356,7 @@ const TaskHeader: React.FC<TaskHeaderProps> = ({
|
|||
display: "flex",
|
||||
justifyContent: "space-between",
|
||||
alignItems: "center",
|
||||
height: 17,
|
||||
}}>
|
||||
<div
|
||||
style={{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue