Skip to content

Commit

Permalink
teams: smoother resources titles (fixes #7978) (#7981)
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 Dec 20, 2024
1 parent e92959c commit 3698db5
Show file tree
Hide file tree
Showing 2 changed files with 9 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.18",
"version": "0.16.19",
"myplanet": {
"latest": "v0.21.51",
"min": "v0.20.51"
Expand Down
8 changes: 8 additions & 0 deletions src/app/teams/teams-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@
margin: 0;
}

.mat-subheading-2 b {
display: inline-block;
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.toolbar-button{
flex-shrink: 0;
}
Expand Down

0 comments on commit 3698db5

Please sign in to comment.