We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a868d2 commit e75fa87Copy full SHA for e75fa87
1 file changed
src/vscode-button/vscode-button.styles.ts
@@ -107,14 +107,14 @@ const styles: CSSResultGroup = [
107
position: relative;
108
width: calc(100% - 2px);
109
height: 100%;
110
- padding: 1px 12px;
+ padding: 1px 13px;
111
}
112
113
:host(:empty) .wrapper,
114
:host([icon-only]) .wrapper {
115
min-height: 24px;
116
min-width: 16px;
117
- padding: 1px 4px;
+ padding: 1px 5px;
118
119
120
slot {
0 commit comments