🚧 add gap to dashboard cards
This commit is contained in:
parent
9f3e083c17
commit
69acd3af67
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@ const EXAMPLE_USERNAME = 'p5';
|
|||
const ContentWrapper = styled(Content)`
|
||||
table {
|
||||
table-layout: fixed;
|
||||
margin-bottom: ${remSize(120)}
|
||||
}
|
||||
|
||||
td ,thead button {
|
||||
|
@ -91,6 +92,7 @@ const ContentWrapper = styled(Content)`
|
|||
border-radius: ${remSize(4)};
|
||||
grid-template-columns: repeat(${props => props.fieldcount - 1}) 1fr;
|
||||
grid-template-areas: "name name name" "content content content";
|
||||
grid-row-gap: ${remSize(12)}
|
||||
}
|
||||
|
||||
.loader-container { position: fixed ; padding-bottom: 32% }
|
||||
|
|
Loading…
Reference in a new issue