2 评论 (2 评论)0 反应 (0 反应)0 负责人 (0 负责人)JavaScript12,277 star (12,277 star)2,034 fork (2,034 fork)batch import
Good First IssueTask[Feature] Checkout
- 议题类型
- bug
- 研究方向
- 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.