From 76b864efe216820fad950745af05d55fbd8ffa7c Mon Sep 17 00:00:00 2001 From: Chirag Ghosh <75582834+chirag-ghosh@users.noreply.github.com> Date: Wed, 5 Oct 2022 00:29:13 +0530 Subject: [PATCH] fix: Person autocomplete in table; (#3927) --- webapp/src/components/table/table.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/src/components/table/table.scss b/webapp/src/components/table/table.scss index be7e1e96b..aab384ead 100644 --- a/webapp/src/components/table/table.scss +++ b/webapp/src/components/table/table.scss @@ -204,6 +204,7 @@ width: inherit; } + .Person.octo-propertyvalue, .DateRange.octo-propertyvalue { overflow: unset; }