Fix text overflow in post subheader
This commit is contained in:
parent
7baf094e14
commit
a0f5e00fa6
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -644,6 +644,9 @@ async function onMintToken() {
|
|||
|
||||
a {
|
||||
@include block-link;
|
||||
|
||||
overflow: hidden;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue