File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/projects/detail/components/SimplePlan/components/MilestoneRow Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ function MilestoneRow({
299299 </ tr >
300300 ) : (
301301 < tr styleName = "milestone-row" >
302- { isUpdatable ? < td styleName = "expand" onClick = { ( ) => onExpand ( ! isExpand , milestone ) } > { isExpand ? < IconClose /> : < IconExpand /> } </ td > : null }
302+ { isUpdatable ? < td styleName = "expand" onClick = { ( ) => onExpand ( ! isExpand , milestone ) } > { isExpand ? < IconClose /> : < IconExpand /> } </ td > : < td > </ td > }
303303 { isEditingMilestone ? < td /> : < td styleName = "checkbox" >
304304 < TCFormFields . Checkbox
305305 name = { `select-${ rowId } ` }
Original file line number Diff line number Diff line change 159159 }
160160
161161 svg {
162- width : 14 px ;
163- height : 14 px ;
162+ width : 24 px ;
163+ height : 24 px ;
164164
165165 path {
166166 fill : currentColor
You can’t perform that action at this time.
0 commit comments