What's Changed
Features
- Added automatic column width adjustment (autofit) to the SQL console result table, improving readability of query results without manual resizing.
- Introduced dynamic column width calculation for better responsiveness and fit-to-content behavior in the result table.
Fixes
- Fixed horizontal scrolling (
scroll-x) issue in the result table’s<thead>, ensuring headers remain properly aligned with data rows during scrolling.
Improvements
- Updated section background styling in the result table for visual consistency and improved UI clarity.
Internal
- Upgraded indirect dependencies:
yamlfrom 2.8.2 to 2.8.3 andpicomatchfrom 2.3.1 to 2.3.2.