Mikescops / git-notify-extension

🦊🐙 Browser Extension for GitLab (Chrome, Edge & Firefox). Don't miss any Gitlab Merge Requests and rocket up your productivity.
https://addons.mozilla.org/en-US/firefox/addon/gitlab-notify/
114 stars 10 forks source link

`IssueItem` comments label is missing a space between the icon and the count #96

Closed k-le closed 1 year ago

k-le commented 1 year ago

Describe the bug In the IssueItem, the comments label is missing a space between the icon and the count.

To Reproduce Steps to reproduce the behavior:

  1. Ensure that there are issues assigned to the yourself.
  2. Go to Issues
  3. Notice the spacing for the comments label is off.

Expected behavior There should be a space between the comments label icon and the count value.

Screenshots

image

Suggested Fix In the IssueItem component, add the   character in between the icon and the user_notes_count.

                        <Label
                            size="small"
                            sx={{ color: 'neutral.emphasis', bg: 'canvas.default' }}
                            className={'mrLabel'}
                        >
                            <CommentDiscussionIcon /> &#160;{issue.user_notes_count}
                        </Label>

Desktop (please complete the following information):