$pwd_change UI Page is sized too short when loaded into a CMS iFrame content blockDescription If you create a content_block_iframe record and set the URL to point to the $pwd_change UI Page provided as part of the Password Reset plugin, when you display the content block on a content page, the iFrame height is initially too short and the page is cut off.If you do anything to change the browser window size, it will immediately resize and display the entire content page. Steps to Reproduce Navigate to Content Management > Specialty Content > iFrames and click New. Create a new content_block_iframe record with the following values: Name: Password ChangeSizing: Expand to fit content (internal content only)URL: /$pwd_change.do?sysparm_url=pwd_change. Click Submit to save the content_block_iframe. Navigate to Content Management > Pages and click New. Create a new content_page record with the following values: Name: TestURL suffix: pwdTitle: Test Right-click on the header and choose Save. Click the Edit Page related link. Click the Add Content link, and add Content Blocks > Password Change to the content_page. Note that in the Preview pane, you can already see the block is being cut off. Click the Add here button to put it at the top of the content_page spanning the page. Click the Preview link at the top of the page. Note that the content is cut off. Click the right browser border and drag slightly to re-size. Note that the iFrame resizes to display the whole content. Workaround On the content_block_iframe, specify fixed sizing values instead of Expand to fit. Related Problem: PRB944282