mirror of
https://github.com/reconurge/flowsint.git
synced 2026-07-19 23:50:14 -05:00
feat(app): align label left on table
This commit is contained in:
@@ -273,7 +273,7 @@ export default function NodesTable({ nodes }: NodesTableProps) {
|
||||
/>
|
||||
</div>
|
||||
<div></div> {/* Icon */}
|
||||
<div className="text-center">Label</div>
|
||||
<div className="text-left">Label</div>
|
||||
<div>Type</div>
|
||||
<div>Created</div>
|
||||
<div></div> {/* Actions */}
|
||||
|
||||
Reference in New Issue
Block a user