Skip to content

Commit 737c686

Browse files
authored
Also fix the margin-right on the last slotted child
1 parent 990aad1 commit 737c686

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/vscode-button/vscode-button.styles.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ const styles: CSSResultGroup = [
9191
margin-left: 0;
9292
}
9393
94+
::slotted(*:last-child) {
95+
margin-right: 0;
96+
}
97+
9498
::slotted(vscode-icon) {
9599
color: inherit;
96100
}

0 commit comments

Comments
 (0)