Skip to content

Commit e64cbef

Browse files
committed
Fixes button link issue with box-sizing
1 parent b4eef5f commit e64cbef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/webviews/apps/shared/components/button.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export class GlButton extends LitElement {
4848
}
4949
5050
.control {
51+
box-sizing: border-box;
5152
display: inline-flex;
5253
flex-direction: row;
5354
justify-content: center;

0 commit comments

Comments
 (0)