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
  • 53 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

1 reply

Ondrej_Pavlicek
  • Active Member
  • 48 replies
  • May 14, 2025

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!