Allow text wrapping not enabled on Tiles layout

Hello. Is there a reason why the Allow text wrapping option is available under Text Styling in a List layout but not when using an Inline List > Tiles layout? It would nice to display more tiles per row but the text truncation doesn’t make for good UX. Am I missing something? Thx

1 Like

Try this in a rich text element


<pre> <span> <style> 

.tile-title[data-test="tile-item-title"] {
white-space: break-spaces;
}

1 Like

Hi @joe_gabriele. I appreciate the idea, however I’d prefer to not use css as a workaround. Just trying to understand why Glide doesn’t enable this styling feature across all layout options. Thanks for the tip though…much appreciated!

1 Like