Skip to content

Commit 89fc0c7

Browse files
authored
ONly take 1px off the wrapper since we don't have to match with padding
1 parent e75fa87 commit 89fc0c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const styles: CSSResultGroup = [
105105
display: flex;
106106
justify-content: center;
107107
position: relative;
108-
width: calc(100% - 2px);
108+
width: calc(100% - 1px);
109109
height: 100%;
110110
padding: 1px 13px;
111111
}

0 commit comments

Comments
 (0)