fix: ensure consistent button sizing across i18n languages#85
Conversation
Use min-width instead of fixed width and add white-space: nowrap on text buttons so they maintain a minimum size in English but expand naturally for longer translations without text wrapping. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: 0098ae097067
|
Claude finished @cyyeh's task in 1m 27s —— View job Code Review: fix: ensure consistent button sizing across i18n languages
SummaryThis PR makes a focused CSS fix to improve button behavior across i18n languages by switching from fixed What's Done Well
Issues Found1. QueryEditor
|
Summary
min-widthinstead of fixedwidthon text buttons so they maintain minimum size but expand for longer i18n translationswhite-space: nowrapto prevent text wrapping across all text buttonsTest plan
🤖 Generated with Claude Code