diff --git a/static/app/views/explore/tables/columnEditorModal.tsx b/static/app/views/explore/tables/columnEditorModal.tsx index 8c75566b6a60fb..1120bf3a8e1abd 100644 --- a/static/app/views/explore/tables/columnEditorModal.tsx +++ b/static/app/views/explore/tables/columnEditorModal.tsx @@ -238,7 +238,7 @@ const StyledCompactSelect = styled(CompactSelect)` const TriggerLabel = styled('span')` ${p => p.theme.overflowEllipsis} text-align: left; - line-height: normal; + line-height: 20px; display: flex; justify-content: space-between; `;