From 27e57e8b82bf00256abb5cd27eb10b96a9beb119 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 6 Aug 2019 14:04:22 -0500 Subject: [PATCH] fixed row heights --- .../src/modules/allListsTable/AllListsTable.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.css b/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.css index 7aa63678d..7c35b9e45 100644 --- a/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.css +++ b/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.css @@ -4,7 +4,7 @@ td > div { /* https://stackoverflow.com/a/22042054/2343739 */ overflow: hidden; text-overflow: ellipsis; - display: -webkit-box; + display: -webkit-box !important; /* TODO: refactor out important */ -webkit-box-orient: vertical; -webkit-line-clamp: 2; /* number of lines to show */ line-height: 1.5; /* fallback */