chore: issue block improvement (#4093)
This commit is contained in:
parent
d485446ee2
commit
91d85ffed0
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ export const IssueBlock: React.FC<IssueBlockProps> = observer((props: IssueBlock
|
||||||
}
|
}
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<div className="flex">
|
<div className="flex w-full">
|
||||||
<div className="flex flex-grow items-center gap-3">
|
<div className="flex flex-grow items-center gap-3">
|
||||||
{displayProperties && displayProperties?.key && (
|
{displayProperties && displayProperties?.key && (
|
||||||
<div className="flex-shrink-0 text-xs font-medium text-custom-text-300">
|
<div className="flex-shrink-0 text-xs font-medium text-custom-text-300">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue