CYS: Fix bottom margin of last patterns (#50991)

* CYS: Fix bottom margin of last patterns

* Add changelog file
This commit is contained in:
Albert Juhé Lluveras 2024-08-27 17:25:01 +02:00 committed by GitHub
parent 2ebbe68555
commit e13febddac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -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;
}
}

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix bottom margin of last patterns