-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"justify-content-end" does not align flex items to the right #40848
Comments
Thanks for reporting an issue @s0rin Here's the CSS rule of bootstrap/dist/css/bootstrap.css Lines 7783 to 7785 in 6e1f75f
Here's the CSS rule of bootstrap/dist/css/bootstrap.css Lines 7794 to 7796 in 344e912
Nothing has changed specifically for this class. Please try to create a reproducible live example of your issue with CodePen or StackBlitz so we can analyze the real problem :) |
Here the reproducible live examples as requested: |
OK, I get it. We changed the CSS of the modal in 5.3.3 (see https://github.com/twbs/bootstrap/pull/39373/files). |
That's right, the fix works, thank you! |
Prerequisites
Describe the issue
After update Bootstrap from 5.3.2 to 5.3.3 "justify-content-end" does not align flex items to the right (on any browser i.e. Chrome, Firefox, MS Edge). This has worked for the close buttons of modal windows until 5.3.2
Reduced test cases
What operating system(s) are you seeing the problem on?
Linux
What browser(s) are you seeing the problem on?
No response
What version of Bootstrap are you using?
5.3.3
The text was updated successfully, but these errors were encountered: