From ac8fa1ee93c0cb6f31be8bc079ce8f0b47797677 Mon Sep 17 00:00:00 2001 From: nitsua Date: Sun, 29 Nov 2020 16:22:34 -0500 Subject: [PATCH] Adjust CSS so titles are wrap instead of truncate Fixes #5350 --- frontend/src/InteractiveSearch/InteractiveSearchRow.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/InteractiveSearch/InteractiveSearchRow.css b/frontend/src/InteractiveSearch/InteractiveSearchRow.css index 3f0b46518..4c1ef59c0 100644 --- a/frontend/src/InteractiveSearch/InteractiveSearchRow.css +++ b/frontend/src/InteractiveSearch/InteractiveSearchRow.css @@ -55,12 +55,10 @@ .title { composes: cell; - - max-width: 30vw; } .title div { - @add-mixin truncate; + overflow-wrap: break-word; } .history {