[UMG] Dynamic adjustment of Text Block horizontal size?

Hey all!

Quick (and possibly silly) question, but I can’t figure it out! I’ve got a Grid Panel in UMG, filled with some text blocks that display different information from a leaderboard. The only problem is that the Grid Panel seems to lock off my control to adjust the text box scale. At the moment, the text blocks contain placeholder information (rank text literally reads ‘RANK’) until they are given the proper text, but the problem is that with any text longer than the placeholder, the text gets completely clipped off at the boundary of the text block. Is there any way to add a bit of a buffer to the text block or otherwise allow it to size dynamically based on the given text? Should I just add a bunch of spaces to the end of the placeholder?

Thanks!