Hello Jesse,
I'm Stephen Allen, a java/web developer working with Glen Parker at USF.
For this issue (case number 05001307) I've researched the width reduction change we're seeing on our LTI Tools iframe within the Canvas test environment (but not in the production environment), and I've determined what I believe are the CSS elements responsible for the change:
The element being narrowed (which is wrapped around the outside of our iFrame and out of our direct control) is:
<div id="wrapper" class="ic-Layout-wrapper">
The specific CSS code impacting our width is:
body:not(.full-width):not(.outcomes) .ic-Layout-wrapper {
max-width: 1366px;
}
This CSS code is contained in the remote css file:
https://du11hjcvx0uqb.cloudfront.net/br/dist/brandable_css/new_styles_normal_contrast/bundles/common...
I don't have direct access to the case ticket for this, so would it be possible for you to relay this information to the support team?
Thanks,
Stephen Allen