2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

Bug 1815185 - Remove fixed height from RecentSyncedTab

This commit is contained in:
Noah Bond 2023-02-21 10:05:39 -08:00 committed by mergify[bot]
parent f7ba318058
commit 082a03a8b5

View File

@ -86,7 +86,6 @@ fun RecentSyncedTab(
Card(
modifier = Modifier
.fillMaxWidth()
.height(180.dp)
.combinedClickable(
onClick = { tab?.let { onRecentSyncedTabClick(tab) } },
onLongClick = { isDropdownExpanded = true },