My design has a slight issue:
https://i.sstatic.net/riLOQ.png
The text in the middle sometimes ruins the look. For reference, check out this https://i.sstatic.net/mdNd8.png
I need the text to go down and continue from where it started after reaching a certain number of characters. Can someone please assist me with this? I'm a beginner.
Here's my HTML setup:
<div class="title-body">
<h4 id="title"></h4>
<div class="info">
<span class="company"><a href="#"><i data-feather="briefcase"></i><span id="company_name"></span></a></span>
<span class="office-location"><a href="#"><i data-feather="map-pin"></i><span id="company_location"
style="word-break: break-all;width:14px;"></span></a></span>
<span class="job-type full-time"><a href="#"><i data-feather="clock"></i><span
id="employment_status"></span></a></span>
</div>
</div>
CSS
element.style {
word-break: break-all;
width: 14px;
}
.job-title-and-info .title .title-body .info span {
font-size: 1.4rem;
font-weight: 400;
font-family: "Roboto", sans-serif;
margin-right: 15px;
color: #6f7484;