From 5e1c7bee7005d74d6185c2ecfb6181561b00273b Mon Sep 17 00:00:00 2001 From: tianshujie Date: Thu, 30 Mar 2023 13:27:44 +0800 Subject: [PATCH] * Fix bug #33539. --- module/project/view/createguide.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/project/view/createguide.html.php b/module/project/view/createguide.html.php index af2ca0be3b..cfe8e50caf 100644 --- a/module/project/view/createguide.html.php +++ b/module/project/view/createguide.html.php @@ -20,6 +20,7 @@ #guideDialog .project-type.active img {border-color: #006AF1; border-width: 2px; margin-top: 0} #guideDialog .col:nth-child(-n+3) {margin-bottom: 15px;} @media screen and (max-width: 1366px){#guideDialog {width: 640px} #guideDialog .project-type-img.more-type {height: 108px;}} + @media screen and (max-width: 1366px){[lang^='en'] #guideDialog .row .col-xs-4 {height: 200px;} [lang^='de'] #guideDialog .row .col-xs-4 {height: 200px;} [lang^='fr'] #guideDialog .row .col-xs-4 {height: 200px;}}