We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 columns should be able to snap to the grid. Ideally like this:
<tr class="row"> <td class="span2 columns"> .... </td> .... </tr>
There will probably be some colspan issues, but I'd not pay too much attention to that (leave something for user IQ).
The text was updated successfully, but these errors were encountered:
This is something I'd be interested in.
Sorry, something went wrong.
Solved in the dev branch. Had to get a bit more specific with quite a few rules, but as an interim this works I think.
No branches or pull requests
Table columns should be able to snap to the grid. Ideally like this:
There will probably be some colspan issues, but I'd not pay too much attention to that (leave something for user IQ).
The text was updated successfully, but these errors were encountered: