From 3f466a9d1ec4bdcfd17a0e088fc0b256161f227c Mon Sep 17 00:00:00 2001 From: Dominik Haentsch Date: Mon, 18 Sep 2023 13:24:08 +0200 Subject: [PATCH] fix: adjust issue styles --- src/widgets/IssuesWidget.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/widgets/IssuesWidget.tsx b/src/widgets/IssuesWidget.tsx index 301ce3f6..2b15fc4c 100644 --- a/src/widgets/IssuesWidget.tsx +++ b/src/widgets/IssuesWidget.tsx @@ -80,7 +80,9 @@ const Issue = ({ issue }: IssueProps): JSX.Element => { {collapsed ? : } } - +
+ +
{
@@ -136,7 +138,7 @@ const IssuesWidget: Widget = () => { { // eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/interactive-supports-focus