Skip to content

Commit

Permalink
fix: layout css button
Browse files Browse the repository at this point in the history
  • Loading branch information
rfrt committed Aug 6, 2024
1 parent 254f443 commit f042a32
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions projects/layout/src/layout.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,16 @@ ngx-layout {
}
}

.mat-mdc-icon-button {
height: 40px;
line-height: 40px;
width: 40px;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
}

&#actions-toolbar {
flex: 0 0 auto;
height: 40px;
Expand Down

0 comments on commit f042a32

Please sign in to comment.