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:
parent
75e2862a80
commit
d385511066
2 changed files with 5 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
}
|
||||
|
||||
.Button {
|
||||
width: 100%;
|
||||
width: calc(100% - 16px);
|
||||
height: 100%;
|
||||
justify-content: left;
|
||||
padding: 0;
|
||||
|
|
|
@ -164,6 +164,10 @@
|
|||
white-space: nowrap;
|
||||
width: inherit;
|
||||
}
|
||||
|
||||
.DateRange.octo-propertyvalue {
|
||||
overflow: unset;
|
||||
}
|
||||
}
|
||||
|
||||
.octo-table-body {
|
||||
|
|
Loading…
Reference in a new issue