diff --git a/src/playground/dialog/dialog-showcase.component.ts b/src/playground/dialog/dialog-showcase.component.ts
index 4ea34b9500..17eab6b4f4 100644
--- a/src/playground/dialog/dialog-showcase.component.ts
+++ b/src/playground/dialog/dialog-showcase.component.ts
@@ -34,7 +34,7 @@ export class NbShowcaseDialogComponent {
@Component({
selector: 'nb-dialog-showcase',
- template: '',
+ template: '',
styles: [` /deep/ nb-layout-column {
height: 80vw;
} `],
diff --git a/src/playground/dialog/dialog-template.component.ts b/src/playground/dialog/dialog-template.component.ts
index c96d6a9a4e..bbcc436d03 100644
--- a/src/playground/dialog/dialog-template.component.ts
+++ b/src/playground/dialog/dialog-template.component.ts
@@ -14,7 +14,7 @@ import { NbDialogService } from '@nebular/theme';
-
+
`,
styles: [`
/deep/ nb-layout-column {
diff --git a/src/playground/toastr/toastr-positions.component.ts b/src/playground/toastr/toastr-positions.component.ts
index aff699d0e7..5e7f431422 100644
--- a/src/playground/toastr/toastr-positions.component.ts
+++ b/src/playground/toastr/toastr-positions.component.ts
@@ -4,14 +4,14 @@ import { NbToastrService } from '@nebular/theme';
@Component({
selector: 'nb-toastr-positions',
template: `
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
`,
styles: [
`
diff --git a/src/playground/toastr/toastr-showcase.component.ts b/src/playground/toastr/toastr-showcase.component.ts
index b2bf7dbfa4..f457159d07 100644
--- a/src/playground/toastr/toastr-showcase.component.ts
+++ b/src/playground/toastr/toastr-showcase.component.ts
@@ -4,8 +4,8 @@ import { NbToastrService } from '@nebular/theme';
@Component({
selector: 'nb-toastr-showcase',
template: `
-
-
+
+
`,
styles: [
`