fix(style): Remove bullets from match and idea summary lists#2260
fix(style): Remove bullets from match and idea summary lists#2260
Conversation
Update font-weight for bold/strong tags and classes.
|
Coverage Impact Unable to calculate total coverage change because base branch coverage was not found. Modified Files with Diff Coverage (2)
🛟 Help
|
|
@hirokiterashima Ah, yes. The match inline Tailwind styles were be overwritten at times. Should be fixed now. Thanks. |
|
🎉 This PR is included in version 5.203.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |


Changes
Fixes the list styles for match and idea summaries by removing the bullets and spacing.
Current:

Fixed:

Also reverts font-weight for
bandstrongtags andstrongclass tobolderto fix some content (especially in HTML components) not showing up as bold when it should.Test
Make sure match and idea summaries in the grading tool display correctly and work as before.