fix: [dashboard] add row padding (#9381)
This commit is contained in:
parent
9eb5baddd6
commit
f5cc0ef906
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue