Tommaso Allegretti
Tommaso Allegretti
In case this PR gets approved I went ahead and added the necessary documentation. Feedback is very welcome as this is my first contribution.
I could be wrong but isn't this achievable with a regular `label`?
https://codepen.io/TommasoAllegretti/pen/yLwBVEx Is this the behavior you were trying to reproduce?
You could just add a `text-align: right` style to the `label` in the example I shared so that it matches the progress bar
Sorry for the delayed response, I followed your feedback and changed the documentation accordingly. Please let me know if the documentation is now clear enough in explaining the possibility of...
Your `radio` inputs appear to move lower when the first `accordion` is open causing the main body of the page to show a scrollbar when showing the elements of both...
Hi @ibleaman, from my understanding of what is explained in Bootstrap's [documentation](https://getbootstrap.com/docs/5.3/getting-started/rtl/#get-familiar), if you want to enable RTL in Bootstrap-powered pages you need to include the RTL version of the...
I am not sure what the evolution of Bootstrap regarding this feature is, but according to ["LTR and RTL at the same time"](https://getbootstrap.com/docs/5.3/getting-started/rtl/#ltr-and-rtl-at-the-same-time), the solution to your problem should be...
With input groups, the border radius style is applied to the first and last children of the element with `class="input-group"`. In your case the border radius is not displayed correctly...
I agree. I will create a PR to add it to the documentation.