Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent visual glitch when entering field edit mode
Currently, when a field enters edit mode, its height exceeds the outermost container's height. Applying the `flex` class forces it to respect the height limit, preventing the bottom border from disappearing.
- Loading branch information