Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
fix(front-end): fix the styles of mat-expansion-panel-header-title
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosPavajeau committed Apr 13, 2021
1 parent b718a4d commit 362c4d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Kaizen/ClientApp/src/styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
flex-basis: 0;
}

.mat-expansion-panel-header-title {
align-items: center;
}

.mat-expansion-panel-header-description {
justify-content: space-between;
align-items: center;
Expand Down Expand Up @@ -281,6 +285,6 @@ div[layout="row"] {
color: white !important;
}

.mat-expansion-panel-body {
.dashboard-expansion-panel .mat-expansion-panel-body {
padding: 0 !important;
}

0 comments on commit 362c4d9

Please sign in to comment.