I often am frustrated by the forced max width of the workbench - which inhibits my web part testing. To overcome this, I add the following in the componentDidMount of my web part during development phase:
$("#workbenchPageContent").attr("style","max-width:inherit");
No comments:
Post a Comment