https://jsfiddle.net/u0Ltgh3e/68/
.text {
width: 50%;
text-align: justify;
}
I am currently developing a custom formatting tool for a specific purpose and I am attempting to create a two-column layout similar to the one demonstrated in this Jsfiddle link. However, I have encountered an issue where the text alignment of my non-floating element is being reset to align-left. This poses a problem for me as I also need to support right-to-left languages like Hebrew.
Is there a solution to rectify this problem, possibly using JavaScript?