2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript12,277 stars (12,277 stars)2,034 forks (2,034 forks)batch import
Good First IssueTask[Feature] Checkout
- Issue type
- bug
- Research direction
- Investigate the related PR #40242 to understand the expected behavior. Look at the checkout component's styles for currency amounts, likely in a CSS file under the checkout directory. Check for any CSS rules that might cause unwanted wrapping or prevent wrapping when needed. The fix likely involves adjusting CSS overflow or white space properties. Ensure that long currency amounts wrap properly on small screens but do not wrap when there is enough space. The issue may also involve ensuring that the currency amount container has a fixed width or uses appropriate CSS text wrapping properties.