Skip to content

Commit 43abffe

Browse files
authored
Fix vertical aligment uui-symbol-expand.element.ts
Changed display property from inline-block to inline-flex
1 parent fd7dfd5 commit 43abffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-symbol-expand/lib/uui-symbol-expand.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class UUISymbolExpandElement extends LitElement {
3333
static styles = [
3434
css`
3535
:host {
36-
display: inline-block;
36+
display: inline-flex;
3737
width: 12px;
3838
vertical-align: middle;
3939
}

0 commit comments

Comments
 (0)