Skip to content

Commit a9635bf

Browse files
a-stewartbendera
authored andcommitted
Spaces around calc
1 parent 54441b1 commit a9635bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const styles: CSSResultGroup = [
2121
2222
::slotted(vscode-button:not(:last-child)) {
2323
--divider-display: block;
24-
--wrapper-width: calc(100%-1px);
24+
--wrapper-width: calc(100% - 1px);
2525
2626
border-top-right-radius: 0;
2727
border-bottom-right-radius: 0;

0 commit comments

Comments
 (0)