diff --git a/src/assets/wise5/directives/teacher-summary-display/ideas-summary-display/ideas-summary.component.ts b/src/assets/wise5/directives/teacher-summary-display/ideas-summary-display/ideas-summary.component.ts index 099921f5479..ce2f993d5f0 100644 --- a/src/assets/wise5/directives/teacher-summary-display/ideas-summary-display/ideas-summary.component.ts +++ b/src/assets/wise5/directives/teacher-summary-display/ideas-summary-display/ideas-summary.component.ts @@ -29,6 +29,11 @@ import { TeacherSummaryDisplayComponent } from '../teacher-summary-display.compo .mat-icon { vertical-align: middle; } + ul { + list-style-type: none; + margin-block-start: 0; + padding-inline-start: 0; + } `, templateUrl: 'ideas-summary.component.html' }) diff --git a/src/assets/wise5/directives/teacher-summary-display/match-summary-display/match-summary-display.component.ts b/src/assets/wise5/directives/teacher-summary-display/match-summary-display/match-summary-display.component.ts index 80b993cc5b8..ca8f32a41c0 100644 --- a/src/assets/wise5/directives/teacher-summary-display/match-summary-display/match-summary-display.component.ts +++ b/src/assets/wise5/directives/teacher-summary-display/match-summary-display/match-summary-display.component.ts @@ -25,6 +25,11 @@ import { TeacherSummaryDisplayComponent } from '../teacher-summary-display.compo .mat-icon { vertical-align: middle; } + ul { + list-style-type: none; + margin-block-start: 0; + padding-inline-start: 0; + } `, templateUrl: './match-summary-display.component.html' }) diff --git a/src/style/base/_base.scss b/src/style/base/_base.scss index bf120bb1256..0bfb6b8b3eb 100644 --- a/src/style/base/_base.scss +++ b/src/style/base/_base.scss @@ -2,8 +2,8 @@ body { margin: 0; } -strong, b, .strong { - font-weight: 500; +.strong { + font-weight: bolder; } ol, ul {