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:
parent
9070cff9c5
commit
679e875bd2
|
@ -1,5 +1,4 @@
|
||||||
.woocommerce-task-list__item {
|
.woocommerce-task-list__item {
|
||||||
overflow: hidden;
|
|
||||||
&.woocommerce-list__item-enter {
|
&.woocommerce-list__item-enter {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
max-height: 0;
|
max-height: 0;
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: fix
|
||||||
|
|
||||||
|
Fix ellipsis dropdown menu is mostly hidden within the task list
|
Loading…
Reference in New Issue