mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix: inner content of table cell.
This commit is contained in:
@@ -29,7 +29,7 @@ export default function TableCell({
|
||||
<div
|
||||
className={classNames({
|
||||
'text-overview': cell.column.textOverview,
|
||||
})}
|
||||
}, 'cell-inner')}
|
||||
style={{
|
||||
'padding-left':
|
||||
isExpandColumn && expandable
|
||||
|
||||
@@ -147,6 +147,9 @@
|
||||
.placeholder {
|
||||
color: #a0a0a0;
|
||||
}
|
||||
.cell-inner{
|
||||
flex: 1 0 0;
|
||||
}
|
||||
.text-overview{
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
|
||||
Reference in New Issue
Block a user