Skip to content

Commit 2ac02e8

Browse files
committed
fix(Tag): remove separator on breakpoint small and under
1 parent 2c3facb commit 2ac02e8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/pages/Dashboard/Counters.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ const Pipe = styled.span`
1616
display: inline;
1717
1818
@media (max-width: ${({ theme }) => theme.breakpoints.sm}) {
19-
width: 100%;
20-
height: 0;
21-
margin: 0;
19+
display: none;
2220
}
2321
`;
2422

0 commit comments

Comments
 (0)