1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-12 09:04:14 +02:00

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 <harshilsharma63@gmail.com>
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
Scott Bishel 2022-02-17 16:53:31 -07:00 committed by GitHub
parent 75e2862a80
commit d385511066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -43,7 +43,7 @@
}
.Button {
width: 100%;
width: calc(100% - 16px);
height: 100%;
justify-content: left;
padding: 0;

View File

@ -164,6 +164,10 @@
white-space: nowrap;
width: inherit;
}
.DateRange.octo-propertyvalue {
overflow: unset;
}
}
.octo-table-body {