expand width of task text box

This commit is contained in:
Robin Olsen
2026-03-04 17:49:32 +01:00
parent a907de5b94
commit 6e1c46948a

View File

@@ -69,7 +69,7 @@ func (m TaskModel) View() string {
style.TextStyle.Render("Terminal too small."))
}
boxWidth := min(m.width-10, 80)
boxWidth := min(m.width-10, 120)
detailsText := fmt.Sprintf("Time to complete: %s | Difficulty: %s", m.TimeToComplete, m.Difficulty)