-
-
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
media-right not correctly positioned #15051
Comments
I think this basically boils down to the problem described in #14990. Does applying |
Yes that fix my problem I tried before. But unfortunately when media placed inside wrapper that contain float left or right, it pull the wrapper to fill entire width and caused other float wrapper below the wrapper that contain media. Any solution for this case? |
Hi, I just solve this problem by adding .media-inline class. The purpose of .media-inline class is to prevent media push the wrapper to fit entire float box. Here's the code:
Hope this code will help someone. Thank you |
@myhandeu helped me :) |
|
Hi, I just migrate from bootstrap 3.2.0 into bootstrap 3.3.0. I had a problem in media class. The idea to change media structure is good. But unfortunately when I use media-right with short content in media-body there is a gap on the right side of media-right.
Here's the illustration:
The button follow should not be positioned on there. I just change margin of media and padding of .media-left and .media-right.
Here's the html code:
The question is this is bug of media? Or I forget something?
Thank you
The text was updated successfully, but these errors were encountered: