Skip to content

Commit

Permalink
fix(): stats are spaced out too far (datahub-project#9292)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav2733 authored Nov 22, 2023
1 parent cda980b commit 308de49
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import ExpandingStat from '../../dataset/shared/ExpandingStat';
const StatText = styled.span`
color: ${ANTD_GRAY[8]};
@media (min-width: 1024px) {
width: 100%;
white-space: nowrap;
`;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import ExpandingStat from './ExpandingStat';
const StatText = styled.span<{ color: string }>`
color: ${(props) => props.color};
@media (min-width: 1160px) {
width: 100%;
white-space: nowrap;
`;

Expand Down

0 comments on commit 308de49

Please sign in to comment.