Skip to content

Commit

Permalink
fix: [AXIMST-738] Unit page tagging add margin to the tag button (#221)
Browse files Browse the repository at this point in the history
Co-authored-by: Kyrylo Hudym-Levkovych <[email protected]>
  • Loading branch information
khudym and Kyrylo Hudym-Levkovych authored Apr 1, 2024
1 parent 909745d commit 2c5d415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/course-unit/course-xblock/CourseXBlock.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const CourseXBlock = ({
{
isContentTaxonomyTagsCountLoaded
&& contentTaxonomyTagsCount > 0
&& <div className="mr-2"><TagCount count={contentTaxonomyTagsCount} /></div>
&& <div className="ml-2"><TagCount count={contentTaxonomyTagsCount} /></div>
}
<IconButton
alt={intl.formatMessage(messages.blockAltButtonEdit)}
Expand Down

0 comments on commit 2c5d415

Please sign in to comment.