Skip to main content
Question

I want the underline below the text to extend as the text grows, but it's not working.

  • May 14, 2025
  • 1 reply
  • 61 views

chimatttto

I want the underline below the text to extend as the text grows, but it's not working. The content is wrapped properly

This topic has been closed for replies.

1 reply

Ondrej_Pavlicek

Hi there!

I’ve run into this issue quite a few times as well. What usually helps is wrapping both the text and the underline into a single Auto Layout frame, then setting the underline to Fill container. That way, it expands fully under the text as it grows.

Make sure the text is set to Hug contents horizontally.

Hope it helps!