From 9e76a5bf0beb30a15fc2960d68349de6c43db4dd Mon Sep 17 00:00:00 2001 From: Darren Griffin Date: Wed, 16 Apr 2025 12:40:51 +0100 Subject: [PATCH] Fix target for alert spacing (#38570) * Fix alert spacing issue * Neaten up file * Change to use last-child --- sass/homeassistant/plugins/_alert.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/homeassistant/plugins/_alert.scss b/sass/homeassistant/plugins/_alert.scss index 36c71a8b42f..9da28658222 100644 --- a/sass/homeassistant/plugins/_alert.scss +++ b/sass/homeassistant/plugins/_alert.scss @@ -5,7 +5,7 @@ div.alert { padding: 20px 24px 20px 24px; position: relative; - >*:last-of-type { + >:last-child { margin-bottom: 0; }