Skip to content

Commit

Permalink
fix: padding around video beta badge (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
jajjibhai008 authored Sep 10, 2024
1 parent 271a0cb commit bd4087e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/microlearning/BetaBadge.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const BetaBadge = () => (
</Tooltip>
)}
>
<Badge variant="info" className="ml-2">
<Badge variant="info" className="mx-2">
<FormattedMessage
id="enterprise.microlearningVideo.betaBadge.text"
defaultMessage="Beta"
Expand Down

0 comments on commit bd4087e

Please sign in to comment.