bootstrap
bootstrap copied to clipboard
feat: add class `text-balance`
Description
Add class text-balanced
Motivation & Context
#41389 #41368
Type of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [X] New feature (non-breaking change which adds functionality)
- [ ] Refactoring (non-breaking change)
- [ ] Breaking change (fix or feature that would change existing functionality)
Checklist
- [X] I have read the contributing guidelines
- [X] My code follows the code style of the project (using
npm run lint) - [X] My change introduces changes to the documentation
- [X] I have updated the documentation accordingly
- [ ] I have added tests to cover my changes
- [X] All existing tests passed
Conclusion
Documentation relative path: /docs/5.3/utilities/text#balanced-text
Closes: #41389 Refs: #41389, #41368
Can i update the maxSize limit?
I think the class name should be
text-balancerather thantext-balancedFWIW; Tailwind use
text-balancetoo: https://tailwindcss.com/docs/text-wrap#quick-reference
Originally posted by @coliff in #41389