From e14ea59a583687613c0342c3ae32f608844fd6df Mon Sep 17 00:00:00 2001 From: Mariela Tihova Date: Fri, 28 Nov 2025 16:00:20 +0200 Subject: [PATCH 1/2] fix: adjust iframe height for linear-progress sample --- doc/en/components/inputs/linear-progress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/components/inputs/linear-progress.md b/doc/en/components/inputs/linear-progress.md index 103167b8b..4e6983d3e 100644 --- a/doc/en/components/inputs/linear-progress.md +++ b/doc/en/components/inputs/linear-progress.md @@ -106,7 +106,7 @@ You can set the type of your indicator, using the `Variant` attribute. There ar You can make the indicator striped, using the `Striped` property: -`sample="/inputs/linear-progress-indicator/types", height="200", alt="{Platform} Linear Progress Striped Example"` +`sample="/inputs/linear-progress-indicator/types", height="250", alt="{Platform} Linear Progress Striped Example"` From a240c21f7e9eb47732e6d6ddc727500d2728895f Mon Sep 17 00:00:00 2001 From: Mariela Tihova Date: Fri, 12 Dec 2025 16:39:07 +0200 Subject: [PATCH 2/2] fix: adjust height of iframe for stripped sample so that React and WC samples are not cut off --- doc/en/components/inputs/linear-progress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/components/inputs/linear-progress.md b/doc/en/components/inputs/linear-progress.md index 4e6983d3e..0a0154d6d 100644 --- a/doc/en/components/inputs/linear-progress.md +++ b/doc/en/components/inputs/linear-progress.md @@ -142,7 +142,7 @@ The `LabelFormat` property can be used to customize the `LinearProgress` default The following sample demonstrates the above configuration: -`sample="/inputs/linear-progress-indicator/striped", height="200", alt="{Platform} Linear Progress Text Example"` +`sample="/inputs/linear-progress-indicator/striped", height="250", alt="{Platform} Linear Progress Text Example"`