Skip to content

Commit

Permalink
Allow lesson titles to fill container width
Browse files Browse the repository at this point in the history
  • Loading branch information
breity committed Sep 19, 2024
1 parent 9d7f1b5 commit 40359df
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
padding-inline-start: 8px;
}

.mat-expansion-panel-header-title {
flex-grow: 100;
}

.mat-expansion-panel-body {
padding-left: 8px;
padding-right: 8px;
Expand All @@ -17,7 +21,6 @@
}

.no-steps-message {
height: 40px;
margin-left: 40px;
padding: 0 8px;
}
}

0 comments on commit 40359df

Please sign in to comment.