Skip to content

Commit 6faa41b

Browse files
committed
feat: try to add support for sizE
1 parent f2d9412 commit 6faa41b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/app/shared/components/markdown-render/markdown-render.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ export class MarkdownRenderComponent implements OnInit, OnChanges, AfterViewInit
622622
data
623623
});
624624

625-
return `<${data.name}></${data.name}>`;
625+
return `<${data.name} class="webcomponents-plugins"></${data.name}>`;
626626
}
627627

628628
private loadWebComponents() {

src/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,7 @@ body {
8383
.mat-button.active {
8484
background: #e91e63;
8585
}
86+
87+
.webcomponents-plugins {
88+
89+
}

0 commit comments

Comments
 (0)