fix: inner content of table cell.

This commit is contained in:
a.bouhuolia
2021-01-27 07:21:13 +02:00
parent ead270245b
commit 73fbb8ae99
2 changed files with 4 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ export default function TableCell({
<div <div
className={classNames({ className={classNames({
'text-overview': cell.column.textOverview, 'text-overview': cell.column.textOverview,
})} }, 'cell-inner')}
style={{ style={{
'padding-left': 'padding-left':
isExpandColumn && expandable isExpandColumn && expandable

View File

@@ -147,6 +147,9 @@
.placeholder { .placeholder {
color: #a0a0a0; color: #a0a0a0;
} }
.cell-inner{
flex: 1 0 0;
}
.text-overview{ .text-overview{
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;