Fix ellipsis dropdown is hidden in task list (#35949)

* Fix the ellipsis dropdown menu is mostly hidden within the task list

* Add changelog
This commit is contained in:
Chi-Hsuan Huang 2022-12-14 13:53:52 +08:00 committed by GitHub
parent 9070cff9c5
commit 679e875bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,4 @@
.woocommerce-task-list__item {
overflow: hidden;
&.woocommerce-list__item-enter {
opacity: 0;
max-height: 0;

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix ellipsis dropdown menu is mostly hidden within the task list