Browse Source

ref(ui): Use inline-flex for group title (#37978)

Evan Purkhiser 2 years ago
parent
commit
f53d89842a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/components/eventOrGroupHeader.tsx

+ 1 - 1
static/app/components/eventOrGroupHeader.tsx

@@ -186,7 +186,7 @@ const Title = styled('div')<{hasGroupingTreeUI: boolean; size: Size}>`
         `
       : css`
           > a:first-child {
-            display: flex;
+            display: inline-flex;
             min-height: ${space(3)};
           }
         `}