Skip to content

Commit 37ba7b3

Browse files
refactor: remove host style
Co-authored-by: Akshat Patel <38994122+Akshat55@users.noreply.github.com>
1 parent eee426c commit 37ba7b3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/contained-list/contained-list.component.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ import { ContainedListKind, ContainedListSize } from "./contained-list.enums";
3636
</div>
3737
</div>
3838
`,
39-
styles: [`
40-
:host {
41-
display: block;
42-
}
43-
`],
4439
changeDetection: ChangeDetectionStrategy.OnPush
4540
})
4641
export class ContainedList {

0 commit comments

Comments
 (0)