* [bug#50369,done,0.2h] adjust the height of the description box.

This commit is contained in:
tianshujie
2024-05-30 16:54:06 +08:00
committed by caoyanyi
parent 0d1cabca38
commit 768d21df13
6 changed files with 16 additions and 3 deletions
+2 -1
View File
@@ -298,7 +298,8 @@ div
),
div
(
set::className('detail-content mt-4'),
set::className('detail-content mt-4 overflow-hidden desc-box'),
set::title(strip_tags($execution->desc)),
html($execution->desc)
)
)