tonybaloney / instaviz

Instant visualization of Python AST and Code Objects
Apache License 2.0
129 stars 18 forks source link

Make the table(s) more responsive #2

Closed norbinsh closed 5 years ago

norbinsh commented 5 years ago

Minor change to use bootstrap's responsive table (or div, in this case) design, since currently whenever one of the code properties returned in the table is a bit long, it goes on top of the other table as you can see in the "before" (attached) screenshot which makes everything hard to see - also attached the "After" screenshot - tested in Chrome as well as FF.

Before:

before

After:

after

Thanks.

tonybaloney commented 5 years ago

thanks!