Fixed size of lti component in studio (#26075)

This commit is contained in:
Ahtisham Shahid
2021-01-15 20:22:59 +05:00
committed by GitHub
parent e1136e5b89
commit b03fb3f3fc

View File

@@ -460,3 +460,8 @@
@include margin-left($baseline);
}
}
.ltiLaunchFrame{
width:100%;
height:100%
}