From 5f5ba66a0045b49a2762ab24094f48decb39f6e0 Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Tue, 25 Sep 2018 01:57:19 +0200 Subject: [PATCH] fix(content): nested content fixes #15680 --- core/src/components/content/content.scss | 3 +++ core/src/components/content/test/basic/index.html | 2 ++ 2 files changed, 5 insertions(+) diff --git a/core/src/components/content/content.scss b/core/src/components/content/content.scss index 541bf07001..1cd5b31184 100644 --- a/core/src/components/content/content.scss +++ b/core/src/components/content/content.scss @@ -30,6 +30,9 @@ flex: 1; + width: 100%; + height: 100%; + /* stylelint-disable */ margin: 0 !important; padding: 0 !important; diff --git a/core/src/components/content/test/basic/index.html b/core/src/components/content/test/basic/index.html index eee14ceef1..1736cc39e4 100644 --- a/core/src/components/content/test/basic/index.html +++ b/core/src/components/content/test/basic/index.html @@ -23,6 +23,7 @@
+ Toggle content.fullscreen

@@ -46,6 +47,7 @@ +