Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavinp14 committed Jan 7, 2025
1 parent d088064 commit 67d38fa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/app/users/users-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,16 @@ button-container {
text-overflow: ellipsis;
}

.action-button{
.action-button {
display: flex;
flex-direction: row;
justify-content: flex-start;

mat-icon{
mat-icon {
margin-right: 4px;
}
}


@media(max-width: $screen-md) {
.mat-column-visitCount, .mat-column-joinDate, .mat-column-lastLogin {
max-width: 70px;
Expand All @@ -60,5 +59,4 @@ button-container {
justify-content: center;

}

}

0 comments on commit 67d38fa

Please sign in to comment.