From 467c5b3fc0e41141b5efb361f49ad1bc8795f082 Mon Sep 17 00:00:00 2001 From: liuboaibc Date: Thu, 24 Jun 2021 15:11:41 +0800 Subject: [PATCH] update iframe width in live page Signed-off-by: liuboaibc --- assets/scss/live-detail.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/scss/live-detail.scss b/assets/scss/live-detail.scss index 9c17af462..1c5aa419e 100644 --- a/assets/scss/live-detail.scss +++ b/assets/scss/live-detail.scss @@ -6,6 +6,10 @@ font-size: 16px; line-height: 2.29; color: #36435c; + + iframe { + max-width: 100%; + } } .md-body h2 {