Closed jorg-vr closed 1 week ago
The changes introduce a new CSS class .btn-toggle
in the btn.css.scss
file, which includes a property that allows buttons to adjust their minimum width according to their content size. This adjustment aims to enhance the flexibility of button sizing within the user interface. No other existing styles or classes were modified.
File | Change Summary |
---|---|
app/assets/stylesheets/components/btn.css.scss | Added new CSS class .btn-toggle with min-width: fit-content; |
Objective | Addressed | Explanation |
---|---|---|
Avoid splitting button group (#5670) | ❌ | The change does not address the issue of button groups splitting across lines. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Closes #5670