Skip to content

Commit 8679c2a

Browse files
nielslyngsoeiOvergaard
authored andcommitted
bug: uui-ref-list fit within width of given enviroment (#449)
1 parent 3a98ac9 commit 8679c2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/uui-ref-list/lib/uui-ref-list.element.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ export class UUIRefListElement extends LitElement {
1919
content: '';
2020
position: absolute;
2121
top: -1px;
22-
width: 100%;
22+
left: 0;
23+
right: 0;
2324
border-top: 1px solid var(--uui-color-border);
2425
}
2526
`,

0 commit comments

Comments
 (0)