Skip to content

Commit de30f91

Browse files
a-stewartbendera
authored andcommitted
Revert the padding, the width was already considered
1 parent 041c635 commit de30f91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ const styles: CSSResultGroup = [
107107
position: relative;
108108
width: calc(100% - 2px);
109109
height: 100%;
110-
padding: 1px 12px;
110+
padding: 1px 13px;
111111
}
112112
113113
:host(:empty) .wrapper,
114114
:host([icon-only]) .wrapper {
115115
min-height: 24px;
116116
min-width: 16px;
117-
padding: 1px 4px;
117+
padding: 1px 5px;
118118
}
119119
120120
slot {

0 commit comments

Comments
 (0)