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) => } />