You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using tables with long content, the rendering on mobile is mismatched. The navbar is shrinked to show the full table width, see attached screenshot. On Desktop the effect is not so dramatic, you get a horizontal scrollbar on the bottom of the page
Functional impact
Page looks 'not good' on mobile when using tables
Minimal repro steps
Create DocFx from attached project and open site on mobile
Layout rendering mismatch with tables on mobile
When using tables with long content, the rendering on mobile is mismatched. The navbar is shrinked to show the full table width, see attached screenshot. On Desktop the effect is not so dramatic, you get a horizontal scrollbar on the bottom of the page
Functional impact
Page looks 'not good' on mobile when using tables
Minimal repro steps
Create DocFx from attached project and open site on mobile
DocFx.zip
Expected result
Navbar full width on mobile, responsive table on mobile
Actual result
Screen is resized to accommodate the full width of the table
Further technical details
An option would be to make the tables responsive by the following html code.
Or can we easily add the "div class="table-responsive"" by a custom template?
In the attached screenshots you can see how the responsive table looks (the lower table)
The text was updated successfully, but these errors were encountered: