From ee243f555563f03b1bcdf6908c0dec76f1347f7a Mon Sep 17 00:00:00 2001 From: wbamberg Date: Fri, 8 Jun 2018 15:06:35 -0700 Subject: [PATCH] Add height to rtc example (#970) --- live-examples/html-examples/inline-text-semantics/meta.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/live-examples/html-examples/inline-text-semantics/meta.json b/live-examples/html-examples/inline-text-semantics/meta.json index 05a097946..1dadb8ecc 100644 --- a/live-examples/html-examples/inline-text-semantics/meta.json +++ b/live-examples/html-examples/inline-text-semantics/meta.json @@ -151,7 +151,8 @@ "live-examples/html-examples/inline-text-semantics/css/rtc.css", "fileName": "rtc.html", "title": "HTML Demo: ", - "type": "tabbed" + "type": "tabbed", + "height": "tabbed-standard" }, "s": { "baseTmpl": "tmpl/live-tabbed-tmpl.html",