From 5906af845482f71f2239341950b7de2e15e45775 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 6 Aug 2019 10:37:57 -0500 Subject: [PATCH] fix width of Subscribe column --- .../src/modules/allListsTable/AllListsTable.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.tsx b/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.tsx index 537f05e91..a0cef8284 100644 --- a/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.tsx +++ b/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.tsx @@ -40,6 +40,7 @@ export class AllListsTable extends React.Component<{}, State> { dataIndex={nameof("description")} /> title="Subscribe" dataIndex={nameof("viewUrl")} + width={123} fixed="right" render={(text: string, record: List, index: number) => } />