Skip to content

Commit

Permalink
Applied suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
dlnr committed Dec 13, 2024
1 parent 6323d4f commit b536cd1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@
display: grid;
grid-column: span 2;

:only-of-type {
> :only-of-type {
grid-row: 1 / 9;
}
}
}

// Solution for browsers that support subgrid, the group will align to the parent grid
// This selector is to increase specificity to override the previously set grid-template-columns
// Aligns terms and descriptions in a section to the grid of the list.
// The extra class selector increases specificity to match earlier declarations.
.ams-description-list .ams-description-list__section {
grid-template-columns: subgrid;
}
Expand Down

0 comments on commit b536cd1

Please sign in to comment.