• Resolved Trebly

    (@trebly)


    Hi,

    I found that the display for “diagnostic” for the section “Tables” (which is wider than the others) the content is truncated on his right, this comes from the style of the div :

    <div style="max-width: 100%; overflow: auto; padding: 1px;">
    <table class="wf-table">
    
    Which should be :
    <div style="max-width: 100%; overflow: none; padding: 1px;">
    <table class="wf-table">

    Best regards

    Trebly

Viewing 1 replies (of 1 total)
  • Hi Trebly,
    It was created like that to maintain the same content width of other elements on the page, it has a horizontal scrollbar down at the bottom of the table so you can scroll the content horizontally, also, you can press and hold your mouse’s left click anywhere in this table then drag to the right to see the complete rows there.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Display of Tables into “diagnostic” x-overflow:truncated’ is closed to new replies.