Skip to content

Commit 7fced01

Browse files
committed
Fix margin on buttons in markdown widget
1 parent 1c50fe2 commit 7fced01

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/lib/components/contents/details/widgets/markdown/component.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,10 @@
256256
}
257257
}
258258
}
259+
260+
button {
261+
margin: var(--sui-focus-ring-width);
262+
}
259263
}
260264
}
261265

0 commit comments

Comments
 (0)