mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-06-12 13:17:42 +02:00
fix(core/bulk_messaging_action): text overflow
This commit is contained in:
@ -235,7 +235,7 @@ class BulkMessagingAction : AbstractAction() {
|
||||
checked = sortReverseOrder,
|
||||
onCheckedChange = { sortReverseOrder = it },
|
||||
)
|
||||
Text(text = "Reverse order", fontSize = 15.sp, fontWeight = FontWeight.Light)
|
||||
Text(text = "Reverse order", fontSize = 15.sp, fontWeight = FontWeight.Light, maxLines = 1, overflow = TextOverflow.Ellipsis)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user