diff --git a/static/app/components/events/groupingInfo/groupingInfo.tsx b/static/app/components/events/groupingInfo/groupingInfo.tsx index 7b5db862601e52..7d316aedcd38d9 100644 --- a/static/app/components/events/groupingInfo/groupingInfo.tsx +++ b/static/app/components/events/groupingInfo/groupingInfo.tsx @@ -66,7 +66,7 @@ export default function GroupingInfo({ ); return ( - + {hasStreamlinedUI && ( )) : null} - + ); } +const GroupingInfoContainer = styled('div')` + width: 100%; + max-width: 100%; + overflow: hidden; + box-sizing: border-box; +`; + const ConfigHeader = styled('div')` display: flex; justify-content: space-between;