From 0176c8689a8e20b9cbcc59b6fe08ddb2cd72a39c Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 11 Jan 2022 08:47:17 +0800 Subject: [PATCH] * Fix bug #47309. --- module/caselib/css/createcase.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/caselib/css/createcase.css b/module/caselib/css/createcase.css index bc54a9a26d..e5c55436ab 100644 --- a/module/caselib/css/createcase.css +++ b/module/caselib/css/createcase.css @@ -5,7 +5,7 @@ .step-actions {width: 100px;} #steps .active td {transition: background-color .5s;} #steps .step-steps {resize: none; max-height: 30px;} -#steps .step-expects {display: none;} +#steps .step-expects {resize: none;} #steps .step-item .step-item-id {display: table-cell; min-width: 40px;} #steps .step-item .step-id {color: transparent;} #steps .step-id {font-weight: bold;}