From d52015138c72b121447192d1005a8b4c50523ce5 Mon Sep 17 00:00:00 2001 From: Hyunchul Kim Date: Sat, 26 Dec 2020 19:12:45 +0900 Subject: [PATCH] Fix an error --- test_data/src/style/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_data/src/style/common.css b/test_data/src/style/common.css index 7111171..c890b59 100644 --- a/test_data/src/style/common.css +++ b/test_data/src/style/common.css @@ -429,7 +429,7 @@ font-style: italic; } - .image{width:100%; max-width: calc(100vw - 80px)} + figure img{width:100%; max-width: calc(100vw - 80px)} /* .pdf{width:100%; max-width: calc(100vw - 80px); height: 600px;} .x-empty, .plain, .rtf, .unkown-file, .quicktime, video, .pdf{width:100%; max-width: calc(100vw - 80px)} */ video {width:100%; max-width: calc(100vw - 80px)}