openedx / frontend-app-discussions

A React-based micro frontend for the Open edX discussion forums.
GNU Affero General Public License v3.0
6 stars 61 forks source link

fix: fixed sidebar inconsistent font size #716

Closed ayesha-waris closed 3 weeks ago

ayesha-waris commented 3 weeks ago

Description

A visual inconsistency was observed in the discussions sidebar. The font size appeared to be uneven or using different sizes for different elements within the sidebar which is fixe din this PR.

Before

Screenshot 2024-06-11 at 4 33 57 PM

After

Screenshot 2024-06-11 at 4 30 40 PM
codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.86%. Comparing base (d7fcc86) to head (6b96ab4). Report is 10 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #716 +/- ## ======================================= Coverage 92.85% 92.86% ======================================= Files 160 160 Lines 3319 3322 +3 Branches 898 898 ======================================= + Hits 3082 3085 +3 Misses 218 218 Partials 19 19 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.