-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Panel with tables doesn't resize properly #13202
Comments
The |
Ok changed it on my pages, and it fixed the problem at mobile res, but it still occurs around 700-1000px. The table may not be ideal (3 long urls) but, it's still an issue. |
Hi @Enviii its not a core issue, for your project specific needs you can enable responsiveness for table for all devices, currently by default it applies responsiveness to only extra small devices (<768px). Please refer to this and close the issue here. |
This issue seems legitimate to me. |
+1 |
Yeah, I imagine we'll have to bump the breakpoint for where the responsive table kicks in from small to medium, which is rather high at around 900px. I'm torn on what to do here honestly. |
maybe text-overflow:ellipsis; and overflow:hidden could be used to fix my issue, with graphical elements it would'n |
Put the |
Hi @mdo Your solution isn't working on all cases, I've added some cols to your test table. Jsbin : http://jsbin.com/bixetifi/3/edit |
…ive to prevent content breaking out of containers
I have a panel with a table inside and the table has a few columns making it rather wide. If you view the panel table on a mobile device the table is wider than the panel making it look bad.
This only occurs on tables that are quite wide. I've tried using table-responsive and the issue still occurs. This occurs when the word is too long to \n to the next line. Simple fix would be to just make the panel width move with the table width.
Tested on Chrome and Firefox for Mac with the latest versions.
http://jsbin.com/bixetifi/1
Image:
![panel-table issue](https://cloud.githubusercontent.com/assets/3672996/2541520/e04375ca-b5dd-11e3-8491-cdd0a3d835c7.png)
The text was updated successfully, but these errors were encountered: