Skip to content

Commit

Permalink
teams: smoother list (fixes #6546) (#7864)
Browse files Browse the repository at this point in the history
Co-authored-by: mutugiii <[email protected]>
Co-authored-by: dogi <[email protected]>
  • Loading branch information
3 people authored Dec 10, 2024
1 parent 54c9b79 commit e078d84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 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.15.91",
"version": "0.15.92",
"myplanet": {
"latest": "v0.21.29",
"min": "v0.20.29"
"latest": "v0.21.32",
"min": "v0.20.32"
},
"scripts": {
"ng": "ng",
Expand Down
11 changes: 5 additions & 6 deletions src/app/teams/teams.scss
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
@import "../variables.scss";

:host {
/* Column Widths */
.mat-column-doc-teamType {
max-width: 150px;
padding-right: 0.5rem;
}

.mat-column-visitLog-visitCount {
justify-content: center;
max-width: 80px;
padding-right: 0.5rem;
}
.mat-column-visitLog-lastVisit {
max-width: 180px;
padding-right: 0.5rem;
padding-right: 1rem;
margin-right: 1rem
}

mat-row {
cursor: pointer;
}

.button-container {
display: flex;
flex-direction: row;
Expand Down

0 comments on commit e078d84

Please sign in to comment.