Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

- Add margins to numbered lists in `hs-physics` worked examples and snap labs (CORE-1789)
- Keep science-practice single-column for tables with 6+ columns
- Indent question stem lists less in `carnival`
- Indent first-level lists in eos sections in `corn`

Expand Down
2 changes: 1 addition & 1 deletion styles/books/ap-biology/book.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

@include add_settings((
TwoColumnsModules: (
_selectors: ('.os-review-container', '.os-ap-test-prep-container', '.os-science-practice-container'),
_selectors: ('.os-review-container', '.os-ap-test-prep-container', '.os-science-practice-container:not(:has(.os-table > table tr td:nth-of-type(6)))'),
),
));

Expand Down
2 changes: 1 addition & 1 deletion styles/output/ap-biology-pdf.css
Original file line number Diff line number Diff line change
Expand Up @@ -3863,7 +3863,7 @@ h4.os-subtitle + .os-figure:not(.has-splash) > figure {
column-width: auto;
}

.os-science-practice-container {
.os-science-practice-container:not(:has(.os-table > table tr td:nth-of-type(6))) {
column-count: 2;
column-gap: 2.4rem;
column-width: auto;
Expand Down
Loading