From d52eb4236eb9bb177424844becbc4d3a5bef3356 Mon Sep 17 00:00:00 2001 From: yumiguan <41277086+yumiguan@users.noreply.github.com> Date: Fri, 22 Sep 2023 05:04:36 -0500 Subject: [PATCH] Change Inspector method width (#792) --- frontend/src/views/inspector/FlowList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/inspector/FlowList.vue b/frontend/src/views/inspector/FlowList.vue index 9554cd4e8..89fc04256 100644 --- a/frontend/src/views/inspector/FlowList.vue +++ b/frontend/src/views/inspector/FlowList.vue @@ -214,7 +214,7 @@ export default { value: 'method', sortable: false, filterable: false, - width: 50 + width: 60 }, { text: 'Status',