From 5712166a3dc4653dcf48c7f6309c7f1a5a6bdc6a Mon Sep 17 00:00:00 2001 From: Diego Cardoso Date: Tue, 3 Dec 2024 13:23:18 +0200 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sascha Ißbrücker --- articles/components/horizontal-layout/index.adoc | 2 +- articles/components/vertical-layout/index.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/components/horizontal-layout/index.adoc b/articles/components/horizontal-layout/index.adoc index 981492c810..7fd8792df7 100644 --- a/articles/components/horizontal-layout/index.adoc +++ b/articles/components/horizontal-layout/index.adoc @@ -346,7 +346,7 @@ By default, components in a layout will either shrink or overflow when there isn -- ifdef::lit[] -[source,typescript] +[source,html] ---- include::{root}/frontend/demo/component/basiclayouts/basic-layouts-horizontal-layout-wrapping.ts[render,tags=snippet,indent=0,group=Lit] ---- diff --git a/articles/components/vertical-layout/index.adoc b/articles/components/vertical-layout/index.adoc index 16cd683a89..816ead0ef6 100644 --- a/articles/components/vertical-layout/index.adoc +++ b/articles/components/vertical-layout/index.adoc @@ -353,7 +353,7 @@ By default, components in a layout will either shrink or overflow when there isn -- ifdef::lit[] -[source,typescript] +[source,html] ---- include::{root}/frontend/demo/component/basiclayouts/basic-layouts-vertical-layout-wrapping.ts[render,tags=snippet,indent=0,group=Lit] ----