We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b91ef commit c76eed3Copy full SHA for c76eed3
src/components/view/view-event-list.tsx
@@ -103,6 +103,7 @@ const RowPin = styled(
103
title: p.pinned ? "This exchange is pinned, and won't be deleted by default" : ''
104
}))`
105
font-size: 90%;
106
+ box-sizing: content-box;
107
background-color: ${p => p.theme.containerBackground};
108
109
/* Without this, 0 width pins create a large & invisible but still clickable icon */
@@ -1086,4 +1087,4 @@ export class ViewEventList extends React.Component<ViewEventListProps> {
1086
1087
1088
event.preventDefault();
1089
}
-}
1090
+}
0 commit comments