Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

6.0.3

Choose a tag to compare

@pascalwengerter pascalwengerter released this 10 May 20:11

Changelog for [6.0.3] (2021-05-10)

Summary

  • Bugfix - Thead height was affected by themable row height: #1293

Details

  • Bugfix - Thead height was affected by themable row height: #1293

    The recent changes in v6.0.2 affected the table header and made it higher than it should be. Now
    the themable row height only affects rows below inside the <tbody> tag.

    #1293