chore: list layout issue block improvement (#4241)
This commit is contained in:
parent
302da646a8
commit
60663821df
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export const IssueBlocksList: FC<Props> = (props) => {
|
||||||
key={`${issueId}`}
|
key={`${issueId}`}
|
||||||
defaultHeight="3rem"
|
defaultHeight="3rem"
|
||||||
root={containerRef}
|
root={containerRef}
|
||||||
classNames={"relative border border-transparent border-b-custom-border-200 last:border-b-transparent"}
|
classNames={"relative border-b last:border-b-transparent"}
|
||||||
changingReference={issueIds}
|
changingReference={issueIds}
|
||||||
>
|
>
|
||||||
<IssueBlock
|
<IssueBlock
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue