Skip to content

Commit

Permalink
Set max-width of user img column (fixes #1451) (#1458)
Browse files Browse the repository at this point in the history
  • Loading branch information
i5o authored and paulbert committed Jul 12, 2018
1 parent 39c18cc commit 82a2b49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/users/users.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ import { dedupeShelfReduce } from '../shared/utils';
.mat-column-select {
max-width: 44px;
}
.mat-column-profile {
max-width: 100px;
}
` ]
})
export class UsersComponent implements OnInit, AfterViewInit {
Expand Down

0 comments on commit 82a2b49

Please sign in to comment.