Skip to content

Commit a50a741

Browse files
committed
no need for min-height
1 parent 5ce604e commit a50a741

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

static/app/views/issueDetails/streamline/eventGraph.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,6 @@ function GraphButton({
547547
const GraphWrapper = styled('div')`
548548
display: grid;
549549
grid-template-columns: auto 1fr;
550-
min-height: 100px;
551550
`;
552551

553552
const SummaryContainer = styled('div')`

0 commit comments

Comments
 (0)