From 0afed552d2a1c35afcb8a97da11dfaba61ef49c7 Mon Sep 17 00:00:00 2001 From: dingyongliang Date: Wed, 27 Sep 2023 15:24:53 +0800 Subject: [PATCH] * Change modal-body min-height in zentaoclient. --- www/theme/default/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 9930caa642..6baf7fe7f5 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -111,7 +111,7 @@ body.xxc-embed.m-productplan-view,body.xxc-embed.m-bug-browse,body.xxc-embed.m-p .xxc-embed .fix-table-copy-wrapper {top: 50px!important;} .xxc-embed #headerActions {right: 310px!important;} .xxc-embed .modal-iframe .modal-header .close {font-size: 28px !important;} -.xxc-embed .modal-body {min-height: 500px!important;} +.xxc-embed .modal-body {min-height: 380px!important;} .xxc-embed #userDropDownMenu, .xxc-embed #visionSwitcher {display: none!important;}