diff --git a/src/styles.scss b/src/styles.scss index 4bb029ae19db95536a5114bfff8d15d10469640c..11ffd2a86d88c3fb20401c6e27137444c4c54a32 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -298,6 +298,22 @@ mat-list { } } } + + &#examples-list.mat-list.mat-list-base { + + > .mat-list-item { + height: auto; + margin-bottom: .5em; + + > .mat-list-item-content { + align-items: start; + + > .mat-icon { + margin-top: -2px; + } + } + } + } } table.mat-table {