Fix text overflow in post subheader

This commit is contained in:
silverpill 2023-02-28 18:44:33 +00:00
parent 7baf094e14
commit a0f5e00fa6
2 changed files with 7 additions and 0 deletions

View file

@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Use `/@username` routes by default.
### Fixed
- Fixed text overflow in post subheader.
## [1.15.0] - 2023-02-27
### Added

View file

@ -644,6 +644,9 @@ async function onMintToken() {
a {
@include block-link;
overflow: hidden;
word-wrap: break-word;
}
}