How To: Debug layout issues #5586
TomJGooding
started this conversation in
Ideas
Replies: 2 comments
-
Thank you for your issue. Give us a little time to review it. PS. You might want to check the FAQ if you haven't done so already. This is an automated reply, generated by FAQtory |
Beta Was this translation helpful? Give feedback.
0 replies
-
Agreed, that would be helpful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A significant proportion of issues and discussions relate to layout-related problems. It might be helpful if the How To section in the docs included an article with some tips for debugging layout issues.
The article could cover age-old techniques like adding borders, but potentially more advanced techniques like
self.log(self.css_tree)
which I wasn't even aware of until recently.Beta Was this translation helpful? Give feedback.
All reactions