We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3e083 commit 69acd3aCopy full SHA for 69acd3a
client/modules/Mobile/MobileDashboardView.jsx
@@ -27,6 +27,7 @@ const EXAMPLE_USERNAME = 'p5';
27
const ContentWrapper = styled(Content)`
28
table {
29
table-layout: fixed;
30
+ margin-bottom: ${remSize(120)}
31
}
32
33
td ,thead button {
@@ -91,6 +92,7 @@ const ContentWrapper = styled(Content)`
91
92
border-radius: ${remSize(4)};
93
grid-template-columns: repeat(${props => props.fieldcount - 1}) 1fr;
94
grid-template-areas: "name name name" "content content content";
95
+ grid-row-gap: ${remSize(12)}
96
97
98
.loader-container { position: fixed ; padding-bottom: 32% }
0 commit comments