From c17c4e7c0f41e607b1c8c1496283ea0974d06744 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 6 Aug 2019 11:51:55 -0500 Subject: [PATCH] rm div-wrapper to chop long line from fixed-width button column --- .../src/modules/allListsTable/AllListsTable.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.tsx b/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.tsx index 5af9d3d4e..7e70bb905 100644 --- a/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.tsx +++ b/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.tsx @@ -46,9 +46,7 @@ export class AllListsTable extends React.Component<{}, State> { width={123} fixed="right" render={(text: string, record: List, index: number) => -
- -
} + } /> );