Skip to content

Commit 35716b1

Browse files
committed
👌 update header alignment
1 parent 9c25daa commit 35716b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

client/modules/Mobile/MobileDashboardView.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,12 @@ const ContentWrapper = styled(Content)`
7474
grid-template-columns: 5fr 5fr 2fr;
7575
grid-template-areas: "name name name" "content content content";
7676
77-
border-radius: ${remSize(4)}; padding: ${remSize(8)};
7877
box-shadow: 0 0 18px 0 ${prop('shadowColor')};
7978
};
79+
80+
thead tr { grid-template-columns: auto ${remSize(100)} ${remSize(100)} 0fr; }
81+
82+
tbody tr { padding: ${remSize(8)}; border-radius: ${remSize(4)}; }
8083
`;
8184

8285
const Subheader = styled.div`

0 commit comments

Comments
 (0)