v26.3

Notifuse/notifusev26.3Jan 13, 2026by pierre-b

AI Summary

This is a bug fix release addressing an issue in the Email Builder WYSIWYG preview where columns were displaying with zero width, causing text to wrap character-by-character vertically.

Key Highlights

  • Fixed columns in email editor WYSIWYG preview displaying with zero width
  • Parent `<td>` now receives proper width (explicit or calculated proportional)
  • Column inner `<div>` set to 100% to fill its parent container
  • Resolved vertical character-by-character text wrapping issue

New Features

  • Bug fix: Email Builder column width now properly displays in WYSIWYG preview

Full Release Notes

# Release Notes v26.3

## Bug Fix: Email Builder Column Width

Fixed columns in the email editor WYSIWYG preview displaying with zero width, causing text to wrap character-by-character vertically.

- Parent `<td>` now receives proper width (explicit or calculated proportional)
- Column inner `<div>` set to 100% to fill its parent container