Skip to content

Commit 75bb760

Browse files
authored
1 parent 3e11dd5 commit 75bb760

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

static/app/components/draggableTabs/draggableTabList.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,10 @@ const MotionWrapper = styled(motion.div)`
434434
`;
435435

436436
const OverflowMenuTrigger = styled(DropdownButton)`
437-
padding-left: ${space(1)};
438-
padding-right: ${space(1)};
437+
padding: ${space(0.5)} ${space(0.75)};
438+
border: none;
439+
440+
& > span {
441+
height: 26px;
442+
}
439443
`;

0 commit comments

Comments
 (0)