Skip to content

Commit

Permalink
NA - Fix selector
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiscoelho committed Mar 20, 2024
1 parent 2b7f760 commit b6a5d40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles/configuration-result.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}

Expand Down

0 comments on commit b6a5d40

Please sign in to comment.