Skip to content

Commit

Permalink
fix(generic-block): fix shrinking of the content section
Browse files Browse the repository at this point in the history
  • Loading branch information
gcornut committed Jun 20, 2024
1 parent 38fd2b2 commit a71fc00
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 @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- `GenericBlock`: fix shrinking content with `min-width: 0`.

## [3.7.3][] - 2024-06-19

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
// Prevent blocks in content from overflowing
overflow: clip;
max-width: 100%;
min-width: 0;
}
}

0 comments on commit a71fc00

Please sign in to comment.