We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9226476 commit 391ae76Copy full SHA for 391ae76
1 file changed
widget/textinput/textinput.go
@@ -69,7 +69,7 @@ func (w *Widget) Resize(size orvyn.Size) {
69
70
// 22.04.2026 - Fixed the "space" padding in the bubble textinput
71
contentSize := w.GetContentSize()
72
- w.Model.Width = contentSize.Width
+ w.Model.Width = contentSize.Width - len(w.Model.Prompt)
73
74
if len(w.Model.Value()) > 0 || len(w.Model.Placeholder) == 0 {
75
w.Model.Width--
0 commit comments