Files
railsgoat/app/views
Ken Johnson 89cdf5f1d7 Fix dropdown text being cut off at the bottom
Added CSS to ensure proper height and padding:
- min-height: 48px (provides enough vertical space)
- line-height: 1.5 (proper text spacing)
- padding: 0.75rem (matches Bootstrap form-control-lg)

This prevents the selected recipient name from being cut off
at the bottom of the dropdown field.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-09 16:01:00 +00:00
..