Skip to content

Commit e78ad1b

Browse files
committed
changed display from inline-block to inline-flex
1 parent 92e2b07 commit e78ad1b

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)