• Resolved fridha

    (@fridha)


    Hi,

    After update to 0.9.98.8 my css tables design (for thead – th) lose its styling.
    Revert to 0.9.98.7 and it’s gone.

    I’ve screenshot below which could explain more about this issue.

    https://ibb.co/fxTgRbH

    Here’s my html table in case you wanna to try yourself.

    <table>
    <thead>
    <tr><th>Code</th><th>Details</th></tr>
    </thead>
    <tbody>
    <tr>
    <td>ONETWO</td>
    <td>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</td>
    </tr>
    <tr>
    <td>TWOTHREE</td>
    <td>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</td>
    </tr>
    </tbody>
    </table>

    Thank You.
    Hope you can fix it.

    • This topic was modified 4 years, 7 months ago by fridha.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Table (thead-th) styling issue after update’ is closed to new replies.