Skip to content

Commit

Permalink
fix: UserCard content box overflow (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
seabeya authored May 18, 2023
1 parent 1d44d52 commit d35b176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-nightly.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Added sub duration & account creation date in the User Card
- Added a button to open an emote's full page from the emote card
- Fixed an issue where clicking the upper drag region in the User Card opened the user's channel
- Fixed UserCard content overflowing due to long messages

### Version 3.0.7.1000

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,7 @@ main.seventv-user-card-container {
grid-template-rows: 0.5fr 2.5fr;
grid-auto-flow: row;
max-height: 26rem;
word-break: break-word;
grid-template-areas:
"tabs"
"messagelist";
Expand Down

0 comments on commit d35b176

Please # to comment.