Skip to content

Commit

Permalink
Merge pull request #1347 from vector-im/jonny/fix-placeholder-overflow
Browse files Browse the repository at this point in the history
[Rich text editor] Fix placeholder spilling onto multiple lines
  • Loading branch information
bmarty authored Sep 15, 2023
2 parents f885071 + 0b71881 commit 4a6ce3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/1347.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Rich text editor] Fix placeholder spilling onto multiple lines
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ private fun TextInput(
style = defaultTypography.copy(
color = ElementTheme.colors.textSecondary,
),
maxLines = 1,
overflow = TextOverflow.Ellipsis,
)
}

Expand Down

0 comments on commit 4a6ce3f

Please sign in to comment.