Skip to content

Commit 8e98842

Browse files
committed
show full VX task run name in popups
1 parent 6748da0 commit 8e98842

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

frontend/javascripts/admin/voxelytics/task_list_view.tsx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,17 @@ export default function TaskListView({
687687
: addUrlParam(location, "runId", value),
688688
)
689689
}
690-
style={{ maxWidth: "130px" }}
690+
popupMatchSelectWidth={false}
691+
styles={{
692+
root: {
693+
maxWidth: 200,
694+
},
695+
popup: {
696+
root: {
697+
maxWidth: "90vw",
698+
},
699+
},
700+
}}
691701
>
692702
<Select.Option value="">Consolidated</Select.Option>
693703
{report.runs.map((run) => (

0 commit comments

Comments
 (0)