CYS: Fix bottom margin of last patterns (#50991)
* CYS: Fix bottom margin of last patterns * Add changelog file
This commit is contained in:
parent
2ebbe68555
commit
e13febddac
|
@ -75,7 +75,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
div.block-editor-block-patterns-list > div:nth-last-child(2) {
|
div.block-editor-block-patterns-list > div:nth-last-child(1 of .block-editor-block-patterns-list__list-item) {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: fix
|
||||||
|
|
||||||
|
Fix bottom margin of last patterns
|
Loading…
Reference in New Issue