Skip to content

Commit

Permalink
Merge pull request #233 from marp-team/fitting-content-width
Browse files Browse the repository at this point in the history
Set the width of fitting content as max-content
  • Loading branch information
yhatt authored May 17, 2021
2 parents 192d80e + 2f0730f commit c3fa00f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Fixed

- Fitting header with single emoji has unexpected zoom animation ([#232](https://github.com/marp-team/marp-core/issues/232), [#233](https://github.com/marp-team/marp-core/pull/233))

### Changed

- Upgrade dependent packages to the latest version ([#234](https://github.com/marp-team/marp-core/pull/234))
Expand Down
1 change: 1 addition & 0 deletions src/fitting/fitting.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ svg[data-marp-fitting='svg'].__reflow__ {
[data-marp-fitting-svg-content] {
display: table;
white-space: nowrap;
width: max-content;
}

[data-marp-fitting-svg-content-wrap] {
Expand Down

0 comments on commit c3fa00f

Please sign in to comment.