Skip to content

Commit

Permalink
chore: issue block improvement (#4093)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolsinghbhatia authored Apr 3, 2024
1 parent d485446 commit 91d85ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/issues/issue-layouts/list/block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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">
{displayProperties && displayProperties?.key && (
<div className="flex-shrink-0 text-xs font-medium text-custom-text-300">
Expand Down

0 comments on commit 91d85ff

Please # to comment.