fix langflow api table rows elements position
This commit is contained in:
parent
bead43ebad
commit
6edb56679a
2 changed files with 5 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ export default function TableAutoCellRender({
|
|||
}
|
||||
|
||||
return (
|
||||
<div className="group flex h-full w-full truncate align-middle">
|
||||
<div className="group flex h-full w-full truncate text-align-last-left">
|
||||
{getCellType()}
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -36,6 +36,10 @@
|
|||
top: 2px;
|
||||
}
|
||||
|
||||
.ag-cell-wrapper > *:not(.ag-cell-value):not(.ag-group-value) {
|
||||
height: 0px;
|
||||
}
|
||||
|
||||
.ag-cell-wrapper {
|
||||
align-items: normal !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue