Skip to content

Commit 69acd3a

Browse files
committed
🚧 add gap to dashboard cards
1 parent 9f3e083 commit 69acd3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/modules/Mobile/MobileDashboardView.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const EXAMPLE_USERNAME = 'p5';
2727
const ContentWrapper = styled(Content)`
2828
table {
2929
table-layout: fixed;
30+
margin-bottom: ${remSize(120)}
3031
}
3132
3233
td ,thead button {
@@ -91,6 +92,7 @@ const ContentWrapper = styled(Content)`
9192
border-radius: ${remSize(4)};
9293
grid-template-columns: repeat(${props => props.fieldcount - 1}) 1fr;
9394
grid-template-areas: "name name name" "content content content";
95+
grid-row-gap: ${remSize(12)}
9496
}
9597
9698
.loader-container { position: fixed ; padding-bottom: 32% }

0 commit comments

Comments
 (0)