From e8ffd8d912af8f1c2caf489c9a6404cf99b0710b Mon Sep 17 00:00:00 2001 From: lanzongjun Date: Mon, 29 Aug 2022 11:13:46 +0800 Subject: [PATCH] * fix bug #26983 --- module/bug/css/view.css | 1 + 1 file changed, 1 insertion(+) diff --git a/module/bug/css/view.css b/module/bug/css/view.css index 9c7f59111b..a12ab3257d 100644 --- a/module/bug/css/view.css +++ b/module/bug/css/view.css @@ -8,3 +8,4 @@ .osContent, .browserContent {margin: 0 0 5px;} .browserContent {margin-left: -4px;} .resolution {white-space: nowrap; overflow: hidden;} +.main-actions .btn-toolbar{display: flex; flex-wrap: wrap;} \ No newline at end of file