mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 15:20:34 +00:00
fix: inner content of table cell.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user