Wide tables overrun container and visible under affix sidebar of default
template
#2024
Labels
bug
A bug to fix
customization
Site customization, custom styles, headers, footers and layouts
template
The stock site template
Milestone
Using the default template, tables that are wider than their container render underneath the sidebar affix and are unreadable.
Suggest to wrap tables in
<div class="table-responsive"></div>
In docfx.json:
This will ensure table is rendered within its container at normal width but not appear under affix and can be scrolled horizontally.
DocFX Version Used: 2.23.1.0
Template used:
default
Steps to Reproduce:
Given table:
Expected Behavior:
The table is rendered at normal width but the part that extends beyond container is not visible, but can be scrolled horizontally.
Actual Behavior:
The table's text is rendered visible and unreadable underneath the affix sidebar.
The text was updated successfully, but these errors were encountered: