RichTextLabel.Size is not updating when inside a container

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By pedestriantactics

I am attempting to measure the size of a RichTextLabel inside a container. The container is controlling the size. When I print both sizes to the console the RichTextLabel comes out with a width of 1 pixel while the container is over 300 pixels wide. When I check the width in the transform tab in the editor it shows the correct width for the RichTextLabel.