langflow-ai / langflow

Langflow is a low-code app builder for RAG and multi-agent AI applications. It’s Python-based and agnostic to any model, API, or database.
http://www.langflow.org
MIT License
36.38k stars 4.28k forks source link

Fix: Unable to Click on Prompt in UI when It is empty and add regression test #4904

Closed Cristhianzl closed 3 days ago

Cristhianzl commented 3 days ago

This pull request includes changes to improve the styling of a component and add a new regression test for editing prompts. The most important changes include updating the class name for a component to ensure full width and adding a comprehensive test to verify the functionality of editing prompts.

Styling improvements:

Testing enhancements: