Skip to content

Commit

Permalink
fix(dashboard): fix spacing between widgets without selection box
Browse files Browse the repository at this point in the history
  • Loading branch information
ssjagad authored and corteggiano committed Jan 31, 2024
1 parent f68c5eb commit 7cc590d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/dashboard/src/components/widgets/widget.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
height: 100%;
overflow: hidden;
user-select: none;
box-sizing: content-box;
box-sizing: border-box;
border: var(--selection-border-width) solid transparent;
border-radius: var(--selection-radius);
}

.widget-editable {
Expand Down

0 comments on commit 7cc590d

Please sign in to comment.