Limited top menu buttons lines to 1
This commit is contained in:
parent
438bea4788
commit
325420bf47
@ -203,6 +203,7 @@ fun ExtendedMenuButton(
|
||||
modifier = Modifier.padding(start = 2.dp, top = 8.dp, bottom = 8.dp),
|
||||
style = MaterialTheme.typography.body2,
|
||||
color = MaterialTheme.colors.onPrimary,
|
||||
maxLines = 1,
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user