Skip to content

Commit b30bd00

Browse files
authored
fix: button height correction (#304)
2 parents bcf4ec2 + e78ad1b commit b30bd00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-button/lib/uui-button.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class UUIButtonElement extends FormControlMixin(
4949
css`
5050
:host {
5151
position: relative;
52-
display: inline-block;
52+
display: inline-flex;
5353
margin-left: calc(var(--uui-button-merge-border-left, 0) * -1px);
5454
--uui-button-padding-left-factor: 3;
5555
--uui-button-padding-right-factor: 3;

0 commit comments

Comments
 (0)