From 1ae7e7cdec56c3c5b877388fc233b7143cbb6dfb Mon Sep 17 00:00:00 2001 From: Hyunchul Kim Date: Thu, 16 Sep 2021 01:32:09 +0900 Subject: [PATCH] Minor fixes --- test_data/participants.html | 2 +- test_data/src/style/common.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/test_data/participants.html b/test_data/participants.html index f354efc..f71f61f 100644 --- a/test_data/participants.html +++ b/test_data/participants.html @@ -297,7 +297,7 @@ - yiyagi + yiyagi diff --git a/test_data/src/style/common.css b/test_data/src/style/common.css index 91ca488..1f6d877 100644 --- a/test_data/src/style/common.css +++ b/test_data/src/style/common.css @@ -332,6 +332,8 @@ div#fragment_wrapper > img { width: fit-content; min-width: 100px; + max-height: 400px; + } div#introduction {