Is there a way to rotate an image by 90 degrees and display it in a Card Component without it covering the text? Currently, I am utilizing Element.io, but encountering issues with the rotated image overlapping the text.
The image currently has the following style:
.image {
width: 100%;
}
This style works well when only displaying the original image.
To see the issue in action, visit this link: https://jsfiddle.net/HugoLiconV/92hspw56/