Skip to content

Commit

Permalink
add margin
Browse files Browse the repository at this point in the history
  • Loading branch information
baudelotphilippe committed Dec 3, 2024
1 parent 6322dc7 commit 9f6468a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const Informations = forwardRef(
renderer: props => {
console.log(props)
return <div className='d-flex align-items-baseline'>
<p>Exposition of the route</p>
<p className='ms-2'>Exposition of the route</p>
<span className={`mx-2 badge bg-${props.value ? 'success' : 'danger'}`}>
{props.value ? 'Exposed' : 'Disabled'}
</span>
Expand Down

0 comments on commit 9f6468a

Please sign in to comment.