Misalignment between help and validation error message
Author: joelzwarringtonCreated Dec 27, 2025Updated Mar 28, 2026
Description
There's a space infront of the validation message which causes it to misalign with the help text.
t.Focused.ErrorIndicator = lipgloss.NewStyle().SetString(" *")
t.Focused.ErrorMessage = lipgloss.NewStyle().SetString(" *")I'm not sure which of these need to change, as I didn't look into the difference between ErrorIndicator and ErrorMessage, but it'd be nice if the error message was aligned with the help text.
Version
master
Environment
macOS 15.6.1
Source: charmbracelet/huh