Skip to content

Commit

Permalink
Merge branch 'hotfix/missing-paragraphs-print' into release/1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinyde committed Jul 15, 2024
2 parents ceee2f6 + a3bd1ab commit 235796c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]

- Update config to mach drupal version.
- [PR-358] (https://github.com/itk-dev/os2loop/pull/358)
Update pdf css to ensure display of all paragraphs

## [1.0.0]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OS2loop
https://github.com/itk-dev/os2loop/pull/358# OS2loop

[![Github](https://img.shields.io/badge/source-os2loop/os2loop-blue?style=flat-square)](https://github.com/os2loop/os2loop)
[![Release](https://img.shields.io/github/v/release/os2loop/os2loop?sort=semver&style=flat-square)](https://github.com/os2loop/os2loop/releases)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ h6 {
font-family: $font-family-base;
font-weight: 700;
line-height: normal;
display: block;
clear: both;

h2,
h3 {
Expand Down Expand Up @@ -98,6 +100,7 @@ footer {

img {
max-width: 100%;
margin-bottom: 1em;
}

// Handle step by step.
Expand Down Expand Up @@ -125,6 +128,11 @@ img {
}
}

.paragraph {
display: block;
max-width: 100%;
}

.paragraph--type--os2loop-video {
padding: 0;
}
Expand Down

0 comments on commit 235796c

Please sign in to comment.