Skip to content

Commit 2a5fe53

Browse files
jnoortheenjonathanslenders
authored andcommitted
fix: right prompt not aligned correctly
closes #1241
1 parent 5eb6efd commit 2a5fe53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prompt_toolkit/shortcuts/prompt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ def multi_column_complete_style() -> bool:
689689
# The right prompt.
690690
Float(
691691
right=0,
692-
bottom=0,
692+
top=0,
693693
hide_when_covering_content=True,
694694
content=_RPrompt(lambda: self.rprompt),
695695
),

0 commit comments

Comments
 (0)