Prevent display name from shrinking too much in post header

This commit is contained in:
silverpill 2023-03-02 17:58:57 +00:00
parent a0f5e00fa6
commit 0b99590069
2 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed ### Fixed
- Fixed text overflow in post subheader. - Fixed text overflow in post subheader.
- Prevent display name from shrinking too much in post header.
## [1.15.0] - 2023-02-27 ## [1.15.0] - 2023-02-27

View file

@ -616,8 +616,8 @@ async function onMintToken() {
} }
.actor-address { .actor-address {
flex-basis: 25%;
flex-grow: 1; flex-grow: 1;
min-width: 15%;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
user-select: all; user-select: all;