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
The ajax debug toolbar uses tables. But i think it's not only me who uses some kind of css-reset script e.g. from Foundation:
table { background: none repeat scroll 0 0 #fff; border: 1px solid #dcdcdc; margin-bottom: 1.25rem; table-layout: fixed; width: 100%; }
So that will garble the output:
Better to refactor to keep the div style like the other toolbar elements?
The text was updated successfully, but these errors were encountered:
the other solution is to force the value of table-layout in the toolbar styles
table-layout
Sorry, something went wrong.
@lunetics could you please check if #12899 fixes this issue as well?
bug #12899 [WebProfiler] Tweaked ajax requests toolbar css reset (1ed)
4d3d197
This PR was submitted for the 2.7 branch but it was merged into the 2.6 branch instead (closes #12899). Discussion ---------- [WebProfiler] Tweaked ajax requests toolbar css reset | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #12139 (not sure) | License | MIT | Doc PR | - Before:  After:  Commits ------- 16a51e7 [WebProfiler] Tweaked ajax requests toolbar css reset
No branches or pull requests
The ajax debug toolbar uses tables. But i think it's not only me who uses some kind of css-reset script e.g. from Foundation:
So that will garble the output:
Better to refactor to keep the div style like the other toolbar elements?
The text was updated successfully, but these errors were encountered: