fix: Limit the max lines of labels on horizontal home menu to a single line
This commit is contained in:
parent
89a39bc37d
commit
2245904fd1
@ -438,7 +438,7 @@ fun HomeScreenContent(
|
||||
{
|
||||
Text(
|
||||
text = textResource(r.label),
|
||||
maxLines = 2,
|
||||
maxLines = 1,
|
||||
textAlign = TextAlign.Center,
|
||||
// Default style does not fit on devices with small
|
||||
// screens.
|
||||
|
Loading…
x
Reference in New Issue
Block a user