From b6a5d40c49b095118e720907a90e4667c480fd6c Mon Sep 17 00:00:00 2001 From: Alexis Coelho Date: Wed, 20 Mar 2024 11:17:45 +0100 Subject: [PATCH] NA - Fix selector --- styles/configuration-result.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/configuration-result.css b/styles/configuration-result.css index 3be473a..0290c54 100644 --- a/styles/configuration-result.css +++ b/styles/configuration-result.css @@ -283,7 +283,8 @@ body.configuration-result .engine-spec-container table tr td:last-child { clear: both; } - body.configuration-result .default-content-wrapper > div > .sub-group ~ :nth-child(4n+3 of .block).last { + body.configuration-result .default-content-wrapper > div > .sub-group ~ :nth-child(4n+1 of .block).last, + body.configuration-result .default-content-wrapper > div > .sub-group ~ :nth-child(4n+3 of .block).last { width: 100%; }