<div className="d-flex align-items-center">
<img
src={member.user_profile_image}
width="41"
height="41"
alt=""
className="img-radius me-1"
/>
<h4 className="color-main">{member.user_name}</h4>
</div>
As you can see on the picture text is not aligned right. It is a little bit up.
I searched how to vertically center flex and align-items-center
was the solution, but not for me. Can someone tell me how can I align Image with Text vertically?
Example:
Bootstrap: 5.1