-
-
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
.table-responsive doesn't fill up width in Firefox #18612
Comments
Please post a JS Bin or JS Fiddle that demonstrates the problem. |
Trying again (I can't seem to do anything right today!). I made a JS Fiddle of this issue here: https://jsfiddle.net/stephaniepurvis/pj6w2n64/6/ I don't see a problem with the table though. I am viewing this in Firefox 43.0.1 for Mac. |
Sorry, my fault! |
Per Migrating to v4: Will this be the case and just has not been implemented yet? |
@mdo Are the docs wrong, or is the new |
@mdo Ping. |
Hello. Sorry to bother you. I've faced with the same issue, don't know how to solve it correctly because I need to change about thousand pages. Can't do this huge work twice or more. |
@mdo PING. |
Hi there! Yes, I've been in and out and outlandishly unresponsive to almost everything. Apologies for that—getting caught up slowly but surely.
It's now a modifier, not a wrapper. PR has been opened to address that. Lastly, there's no bug here near as I can tell. FF50 and latest Safari look great. |
When adding the v4 ".table-responsive" class to a table, the thead and tbody elements will use only the absolute necessary space in Firefox despite of the width of 100% of the table itself. This is due to the "display: block" necessary for the overflow.
The text was updated successfully, but these errors were encountered: