From 77a180d4ad672d0a427e4766553b86d5989d334f Mon Sep 17 00:00:00 2001 From: leiyong <1549684884@qq.com> Date: Fri, 20 May 2022 00:37:44 +0000 Subject: [PATCH] * Fix bug#22713. --- module/program/css/project.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/module/program/css/project.css b/module/program/css/project.css index 499e53ecc1..9f2a307f4a 100644 --- a/module/program/css/project.css +++ b/module/program/css/project.css @@ -1,3 +1,9 @@ .project-type-label.label-outline {width: 50px; min-width: 50px;} .project-type-label.label {overflow: unset !important; text-overflow: unset !important; white-space: unset !important;} [lang^='en'] .project-name > .label-warning {width: 55px !important;} + +.has-prefix {position: relative; display: flex; align-items: center;} +.has-prefix > span {flex: none;} +.has-prefix > a {padding-left: 5px;} + +.has-suffix > a {max-width: calc(100% - 100px); padding-right: 5px; color: #0c60e1; display: inline-block; max-width: calc(100% - 50px);}