We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990aad1 commit 737c686Copy full SHA for 737c686
1 file changed
src/vscode-button/vscode-button.styles.ts
@@ -91,6 +91,10 @@ const styles: CSSResultGroup = [
91
margin-left: 0;
92
}
93
94
+ ::slotted(*:last-child) {
95
+ margin-right: 0;
96
+ }
97
+
98
::slotted(vscode-icon) {
99
color: inherit;
100
0 commit comments