Skip to content

Commit

Permalink
teams: smoother voices names (fixes #8112) (#8157)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <dogi@users.noreply.github.com>
  • Loading branch information
RheuX and dogi authored Jan 29, 2025
1 parent 7e50045 commit b56f152
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "planet",
"license": "AGPL-3.0",
"version": "0.16.84",
"version": "0.16.85",
"myplanet": {
"latest": "v0.22.51",
"min": "v0.21.51"
"latest": "v0.22.57",
"min": "v0.21.57"
},
"scripts": {
"ng": "ng",
Expand Down
6 changes: 6 additions & 0 deletions src/app/news/news-list-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ mat-card-content {
font-style: italic;
}

mat-card-title a {
word-break: break-word;
overflow-wrap: break-word;
white-space: normal;
}

@media (max-width: $screen-md) {
.chat-container {
padding: 20px;
Expand Down

0 comments on commit b56f152

Please sign in to comment.