fix langflow api table rows elements position

This commit is contained in:
cristhianzl 2024-06-17 12:08:13 -03:00
commit 6edb56679a
2 changed files with 5 additions and 1 deletions

View file

@ -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>
);

View file

@ -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;
}