From d3855110661f3ed66f31f97a76fac5d9387a0151 Mon Sep 17 00:00:00 2001 From: Scott Bishel Date: Thu, 17 Feb 2022 16:53:31 -0700 Subject: [PATCH] GH-2258: allow date range to overflow (#2268) * allow date range to overflow * Fixed issue with date overflowing into neighbouring column Co-authored-by: Harshil Sharma Co-authored-by: Mattermod --- webapp/src/components/properties/dateRange/dateRange.scss | 2 +- webapp/src/components/table/table.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/webapp/src/components/properties/dateRange/dateRange.scss b/webapp/src/components/properties/dateRange/dateRange.scss index b45651b2b..a67b1fc5d 100644 --- a/webapp/src/components/properties/dateRange/dateRange.scss +++ b/webapp/src/components/properties/dateRange/dateRange.scss @@ -43,7 +43,7 @@ } .Button { - width: 100%; + width: calc(100% - 16px); height: 100%; justify-content: left; padding: 0; diff --git a/webapp/src/components/table/table.scss b/webapp/src/components/table/table.scss index 64718d406..c38042c1d 100644 --- a/webapp/src/components/table/table.scss +++ b/webapp/src/components/table/table.scss @@ -164,6 +164,10 @@ white-space: nowrap; width: inherit; } + + .DateRange.octo-propertyvalue { + overflow: unset; + } } .octo-table-body {