From e80423734873fc166a4df7574bd1cac9c17f3343 Mon Sep 17 00:00:00 2001 From: Samira Mokaram Date: Wed, 9 Dec 2020 17:01:08 +0100 Subject: [PATCH] make more responsive --- .../Incident/IncidentEmptyState.tsx | 2 +- .../components/Incident/IncidentListItem.tsx | 27 ++++++++++++------- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/plugins/pagerduty/src/components/Incident/IncidentEmptyState.tsx b/plugins/pagerduty/src/components/Incident/IncidentEmptyState.tsx index b697422b0f..f7a0398c55 100644 --- a/plugins/pagerduty/src/components/Incident/IncidentEmptyState.tsx +++ b/plugins/pagerduty/src/components/Incident/IncidentEmptyState.tsx @@ -22,7 +22,7 @@ export const IncidentsEmptyState = () => { return ( - Nice! No incidents found! + Nice! No incidents found! { className: classes.listItemPrimary, }} secondary={ - - Created {createdAt} ago and assigned to{' '} - - {user?.summary ?? 'nobody'} - - + + + + Created {createdAt} ago and assigned to{' '} + + + + + {user?.summary ?? 'nobody'} + + + } />