chore: change border of placeholder for spreadsheet (#3631)
* change border to place holder for spreadsheet * add completed cylces exception fix * remove window idle callback for making issues visible
This commit is contained in:
parent
a303e52039
commit
d90aaba842
3 changed files with 11 additions and 9 deletions
|
|
@ -65,7 +65,7 @@ export const SpreadsheetIssueRow = observer((props: Props) => {
|
|||
as="tr"
|
||||
defaultHeight="calc(2.75rem - 1px)"
|
||||
root={containerRef}
|
||||
placeholderChildren={<td colSpan={100} className="border-b-[0.5px]" />}
|
||||
placeholderChildren={<td colSpan={100} className="border-b-[0.5px] border-custom-border-200" />}
|
||||
changingReference={issueIds}
|
||||
>
|
||||
<IssueRowDetails
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue