From ae6f136168915c011b95b40f6ee3b2d27bb679bd Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 21 Sep 2019 15:47:03 -0500 Subject: [PATCH] try fixing #968 again --- .../src/components/listsTable/ListsTable.module.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/FilterLists.Web/src/components/listsTable/ListsTable.module.css b/src/FilterLists.Web/src/components/listsTable/ListsTable.module.css index 11d17859b..f0e8cd19c 100644 --- a/src/FilterLists.Web/src/components/listsTable/ListsTable.module.css +++ b/src/FilterLists.Web/src/components/listsTable/ListsTable.module.css @@ -12,6 +12,9 @@ /* fixed row height */ min-height: 3em; + + /* fix left-side truncation of Description column on narrow viewports in Chrome */ + word-break: break-word; } .nogrow {