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 {