Remove ellipsis an pass with paragraph

Hello!

I’ve this problem

And i need to pass header text with paragraph

See wrap example.

I need to remove “ellipsis”?

In advance thanks

You can add the item-text-wrap class to your card header, like the below :

       <div class="card">
          <div class="item item-divider item-text-wrap">
            I'm a Header and I will show up without ellipsis :D!
          </div>
          <div class="item item-text-wrap">
            This is a basic Card with somesdfsdf sdf dsf sd sdf sdf  aasdasd text.
          </div>
          <div class="item item-divider">
            I'm a Footer in a Card!
          </div>
        </div>

Thank you, working fine

1 Like