Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: Improve table column styling in edit node modal #6763

Merged
merged 4 commits into from
Feb 21, 2025
Merged

Conversation

deon-sanchez
Copy link
Collaborator

@deon-sanchez deon-sanchez commented Feb 21, 2025

This pull request includes a small change to the useColumnDefs function in the src/frontend/src/modals/editNodeModal/hooks/use-column-defs.ts file. The change adds a cellStyle property to the column definition for the "Value" column, ensuring that the cell content is aligned to the start both horizontally and vertically.

BUG (Values not aligned correctly)

Screenshot 2025-02-21 at 12 55 25 PM

FIX (values are aligned correctly)

Screenshot 2025-02-21 at 1 06 36 PM

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. javascript Pull requests that update Javascript code labels Feb 21, 2025
@github-actions github-actions bot added the bug Something isn't working label Feb 21, 2025
@github-actions github-actions bot added bug Something isn't working and removed bug Something isn't working labels Feb 21, 2025
@github-actions github-actions bot added bug Something isn't working and removed bug Something isn't working labels Feb 21, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Feb 21, 2025
@github-actions github-actions bot added bug Something isn't working and removed bug Something isn't working labels Feb 21, 2025
@github-actions github-actions bot added bug Something isn't working and removed bug Something isn't working labels Feb 21, 2025
@deon-sanchez deon-sanchez added this pull request to the merge queue Feb 21, 2025
Merged via the queue into main with commit 74b273f Feb 21, 2025
22 checks passed
@deon-sanchez deon-sanchez deleted the lfoss-616 branch February 21, 2025 20:50
tianzhipeng-git pushed a commit to tianzhipeng-git/langflow that referenced this pull request Feb 22, 2025
* fix: Improve table column styling in edit node modal

* fix: Remove extra space in "Field Name" header
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working javascript Pull requests that update Javascript code lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants