Skip to content

Commit c76eed3

Browse files
authored
Quick fix for pin content sizing
1 parent 21b91ef commit c76eed3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/view/view-event-list.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ const RowPin = styled(
103103
title: p.pinned ? "This exchange is pinned, and won't be deleted by default" : ''
104104
}))`
105105
font-size: 90%;
106+
box-sizing: content-box;
106107
background-color: ${p => p.theme.containerBackground};
107108
108109
/* Without this, 0 width pins create a large & invisible but still clickable icon */
@@ -1086,4 +1087,4 @@ export class ViewEventList extends React.Component<ViewEventListProps> {
10861087

10871088
event.preventDefault();
10881089
}
1089-
}
1090+
}

0 commit comments

Comments
 (0)