Truncating not working

Hello,

I’m not a developer at all and I am trying to truncate a breadcrumb I created but can’t figure it out.

Here is what I have in the breadcrumb (custom embed):

And here is the code in my custom embed for styling:

<style>
.truncate {
  white-space: nowrap;
  text-overflow: ellipsis;
}
</style>

It works fine on the tag fields:

I would appreciate the help. :slight_smile:
Thank you !

Read-only link

Just add this class and style.

<p class="truncate" style="width:100%;overflow:hidden;">


1 Like

Awesome, as simple as that! Thank you!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.