Skip to content

Commit fb6d48e

Browse files
authored
fix: vertical aligment uui-symbol-expand.element.ts (#1010)
Changed display property from inline-block to inline-flex
1 parent de3c37a commit fb6d48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/uui-symbol-expand/lib/uui-symbol-expand.element.ts

+1-1
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)