Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion superset-frontend/src/dashboard/stylesheets/components/row.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down