-
-
Notifications
You must be signed in to change notification settings - Fork 212
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
fix(ui): labels and mobile view #413
Conversation
Pull Request Test Coverage Report for Build 533308721
💛 - Coveralls |
@ahochsteger For some reasons seems that the v-select isn't respecting display breakpoints, I fixed byt setting a max-width on that for now |
There is definetly some bugs in the grid system. Need to figure out what's going on there Everything seems working correctly on xs and md screens, not so good with sm |
@ahochsteger Ok I have found the problem. It happens when the view is between 600 (mobile breakpoint for data table) and 1200px. In this case the table hasn't enought space to show all columns so it adds an horiontal scroll that results in wrong widths in the expanded item too. We should find a way to prevent this |
@ahochsteger This problems |
@ahochsteger Switched to the new grid system 🎉 |
@robertsLando great! |
Nope, btw wasn't that the reason why I did it. To fix them we should check the available width and make the table not scrollable horizontally |
Merging this for now, will look at others ui problems in another PR |
Fixes #399
cc @blhoward2