fix: [dashboard] add row padding (#9381)

This commit is contained in:
ʈᵃᵢ 2020-03-26 08:18:53 -07:00 committed by GitHub
parent 9eb5baddd6
commit f5cc0ef906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -57,10 +57,18 @@
.dashboard-component-tabs > .hover-menu + div:after {
border: 1px dashed @gray-light;
}
/* provide hit area in case row contents is edge to edge */
.dashboard-component-tabs-content {
.dragdroppable-row {
padding-top: 16px;
}
}
}
.grid-row.grid-row--empty {
align-items: center; /* this centers the empty note content */
/* this centers the empty note content */
align-items: center;
height: 100px;
&:before {