Prevent display name from shrinking too much in post header
This commit is contained in:
parent
a0f5e00fa6
commit
0b99590069
2 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
### Fixed
|
||||
|
||||
- Fixed text overflow in post subheader.
|
||||
- Prevent display name from shrinking too much in post header.
|
||||
|
||||
## [1.15.0] - 2023-02-27
|
||||
|
||||
|
|
|
@ -616,8 +616,8 @@ async function onMintToken() {
|
|||
}
|
||||
|
||||
.actor-address {
|
||||
flex-basis: 25%;
|
||||
flex-grow: 1;
|
||||
min-width: 15%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
user-select: all;
|
||||
|
|
Loading…
Reference in a new issue