Fix target for alert spacing (#38570)

* Fix alert spacing issue

* Neaten up file

* Change to use last-child
This commit is contained in:
Darren Griffin 2025-04-16 12:40:51 +01:00 committed by GitHub
parent 9a1d317b08
commit 9e76a5bf0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ div.alert {
padding: 20px 24px 20px 24px;
position: relative;
>*:last-of-type {
>:last-child {
margin-bottom: 0;
}