From ec0f0b4a952fd00edd09191b91163de6b036b7f9 Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Mon, 16 May 2022 04:01:58 +0000 Subject: [PATCH] * Fix bug #22514. --- module/bug/css/create.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/bug/css/create.css b/module/bug/css/create.css index 5028387127..f10f451ab5 100644 --- a/module/bug/css/create.css +++ b/module/bug/css/create.css @@ -39,7 +39,7 @@ html[lang='en'] #deadlineTd .input-group-addon {padding: 5px 18px;} .title-group #pri + .chosen-container > .chosen-single {border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important;} #mainContent .center-block {padding-bottom: 40px;} -#typeBox {width: 195px;} +#typeBox {width: 180px;} #typeBox .required:after {right: 1px;} #osBox .required:after {right: 1px;} #osBox {width: 190px;}