Skip to content

Commit

Permalink
Merge pull request #13184 from woocommerce/issue/12559-dashboard-card…
Browse files Browse the repository at this point in the history
…-menu-sizing

Dashboard: Update Card Menu sizing to fit content better
  • Loading branch information
hafizrahman authored Dec 30, 2024
2 parents e79bf23 + 35ea4f7 commit 128437b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
*** For entries which are touching the Android Wear app's, start entry with `[WEAR]` too.
21.4
-----
- [*] Fix Dashboard card menu sizing to fit bigger font sizes and longer text. [https://github.com/woocommerce/woocommerce-android/pull/13184]
- [*] Fixed overlap issue in Settings > WooCommerce Version [https://github.com/woocommerce/woocommerce-android/pull/13183]
- [**] Fixed a crash when a shop manager was trying to install or activate plugin in the POS onboarding [https://github.com/woocommerce/woocommerce-android/pull/13203]


21.3
-----
- [*] "One time shipping" label in Product Subscriptions now matches its availability state correctly. [https://github.com/woocommerce/woocommerce-android/pull/13021]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ fun <T> WCOverflowMenu(
) {
items.forEachIndexed { index, item ->
DropdownMenuItem(
modifier = Modifier.height(dimensionResource(id = dimen.major_175)),
onClick = {
showMenu = false
onSelected(item)
Expand Down

0 comments on commit 128437b

Please sign in to comment.