Limited "Scroll to top" button max lines to 1
This commit is contained in:
parent
76a8422ac6
commit
9b75e0d804
@ -295,6 +295,7 @@ private fun LogLoaded(
|
|||||||
text = "Scroll to top",
|
text = "Scroll to top",
|
||||||
modifier = Modifier.padding(start = 8.dp),
|
modifier = Modifier.padding(start = 8.dp),
|
||||||
color = MaterialTheme.colors.onPrimary,
|
color = MaterialTheme.colors.onPrimary,
|
||||||
|
maxLines = 1,
|
||||||
style = MaterialTheme.typography.body2,
|
style = MaterialTheme.typography.body2,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user