In Semantic UI React, I defined a grid that has two columns. If the content is long it does not break to the next line but breaking its column border to the next column. Why is this happening? is it a bug in my or Semanic UI React code?
Here is the corresponding code:
<Grid key={experience.id}>
<Grid.Column mobile="12" tablet="13" computer="14">
{experienceRoleStyle(experience.role)}
{experienceCompanyStyle(experience.company)}
{experienceDateStyle(getRandomDate())}
<p className="mt-3">
xsluixisxkhsbkxgsvkxgvsytxvkusybxkyhbsxlsunxsbhxybxsklnjxkshbkxuvsxxkshbkxjhbskuxvksvbxkhjbsjlhbxljhsbxkjhbskxhbslxsxsxsiyxhsiygxbukysbx
</p>
</Grid.Column>
<Grid.Column mobile="4" tablet="3" computer="2">
<Icon
name={experience.company.toLowerCase()}
floated="right"
size="huge"
/>
</Grid.Column>
</Grid>
