Skip to content

Commit 7eef9d7

Browse files
committed
style(properties-dialog): full-width port-label separator (#289)
1 parent 255e0f8 commit 7eef9d7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/lib/components/dialogs/BlockPropertiesDialog.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,8 @@
526526
.port-divider {
527527
height: 1px;
528528
background: var(--border);
529-
margin: 4px 0;
529+
/* Extend past the dialog-body padding so the line spans edge-to-edge. */
530+
margin: var(--space-xs) calc(-1 * var(--space-md));
530531
}
531532
532533
/* Pin button */

0 commit comments

Comments
 (0)