You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
improve: Resolve overlapping "Ask" button and improve input field text visibility (#165)
* improve: enhance input field layout for better text visibility
- Add right padding (pr-32) to input field to ensure text visibility
- Maintain button position while providing adequate space for text content
- Improve user experience for long text input
* improve: optimize button width measurement
- Replace ResizeObserver with direct width measurement
- Update width calculation on button text and loading state changes
- Simplify implementation while maintaining functionality
0 commit comments