From 4ebf2320653b671b91ee0432109bc7d6338aa693 Mon Sep 17 00:00:00 2001 From: chaideqing Date: Tue, 17 Oct 2023 06:08:02 +0000 Subject: [PATCH] * Fix bug#39528. --- module/bug/css/edit.css | 3 +++ module/bug/view/edit.html.php | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/module/bug/css/edit.css b/module/bug/css/edit.css index ebd0b1eec4..6eb7d937dc 100644 --- a/module/bug/css/edit.css +++ b/module/bug/css/edit.css @@ -7,3 +7,6 @@ #branch {width: 95px;} #storyIdBox .chosen-auto-max-width {width: 215px !important;} .form-group {margin-left: 10px; margin-right: 10px;} +#resolvedBuildBox {table-layout: fixed;} +@media (max-width: 1366px) {#resolvedBuildBox {width: calc(100% - 50px);}} +@media (min-width: 1367px) {#resolvedBuildBox {width: calc(100% - 48px);}} diff --git a/module/bug/view/edit.html.php b/module/bug/view/edit.html.php index af6ccb2584..950c1e5839 100644 --- a/module/bug/view/edit.html.php +++ b/module/bug/view/edit.html.php @@ -129,7 +129,7 @@ if($this->app->tab == 'project') js::set('objectID', $bug->project); '> bug->productplan;?> - plan, "class='form-control chosen'");?> + plan, "class='form-control chosen' data-max_drop_width=100%");?> @@ -226,7 +226,7 @@ if($this->app->tab == 'project') js::set('objectID', $bug->project); bug->task;?> -
task, "class='form-control chosen'");?>
+
task, "class='form-control chosen' data-max_drop_width=100%");?>