Skip to content

Commit

Permalink
dashboard: smoother profile (fixes #8118) (#8120)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <dogi@users.noreply.github.com>
  • Loading branch information
jessewashburn and dogi authored Jan 22, 2025
1 parent 6b3c5c7 commit 2203784
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "planet",
"license": "AGPL-3.0",
"version": "0.16.70",
"version": "0.16.71",
"myplanet": {
"latest": "v0.22.29",
"min": "v0.21.29"
Expand Down
9 changes: 9 additions & 0 deletions src/app/users/users-profile/users-profile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
grid-column-gap: 2rem;
}

.mat-list-item p{
overflow-wrap: break-word;
white-space: normal;
word-break: break-word;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

@media (max-width: $screen-sm) {
.profile-image-section {
grid-area: icon;
Expand Down

0 comments on commit 2203784

Please sign in to comment.