Skip to content

Commit d94f6f3

Browse files
nielslyngsoeiOvergaard
authored andcommitted
add width and height properties to svg
1 parent ead9df8 commit d94f6f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ export class UUISymbolExpandElement extends LitElement {
2121
transform: rotate(-90deg);
2222
transform-origin: 50% 50%;
2323
transition: transform 120ms ease-in-out;
24+
width: 100%;
25+
height: 100%;
2426
}
2527
2628
:host([open]) svg {

0 commit comments

Comments
 (0)