mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10: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
|
||||
|
||||
Reference in New Issue
Block a user