We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f618a commit 72c73b3Copy full SHA for 72c73b3
site/src/modules/workspaces/WorkspaceTiming/Chart/Blocks.tsx
@@ -37,7 +37,7 @@ export const Blocks: FC<BlocksProps> = ({ count }) => {
37
))}
38
{!hasSpacing && (
39
<div css={styles.more}>
40
- <EllipsisIcon />
+ <EllipsisIcon className="size-icon-sm" />
41
</div>
42
)}
43
0 commit comments