Issue: Missing Word Break (Grid 2nd Layout)

Hi @Max please check if I am correct.

I think I discovered a missing word break with long project names.

before:
image
after:
image

Mobile Behavior:
Number of Columns: 2

I helped myself with this workaround

@media (max-width: 500px){
.eapp-portfolio-project-look-card-name {
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  }
}
2 Likes

Hi @Sina :wave:

Thank you so much for bringing this to our attention!

I’ve passed this issue on to the devs and will update you once any news comes up :slightly_smiling_face:

1 Like

@Sina The issue is resolved, and we’ve removed your code from the widget :slightly_smiling_face:

1 Like

Great ! :clap:

1 Like