Skip to content

Commit

Permalink
Fix text overflow with too long words
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Jun 18, 2024
1 parent 6399900 commit c453f53
Show file tree
Hide file tree
Showing 2 changed files with 8 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](http://semver.org/spec/v2.0.0.

## [Unreleased](https://github.com/orisai/tracy-pets/compare/1.0.1...HEAD)

### Fixed

- Text overflow with too long words

## [1.0.1](https://github.com/orisai/tracy-pets/compare/1.0.0...1.0.1) - 2023-10-20

### Fixed
Expand Down
4 changes: 4 additions & 0 deletions src/Tracy/TracyPets.panel.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
padding-right: 505px !important;
}

#tracy-bs .tracy-bs-main .tracy-section--error h1 {
line-break: anywhere;
}

#tracy-bs .tracy-bs-main::before {
content: "";
display: block;
Expand Down

0 comments on commit c453f53

Please sign in to comment.