Forum Discussion
Russell Gove
Dec 20, 2016Iron Contributor
Increase size of workarea on SPFX Workbench.aspx
Can I or How do I make the workspace bigger on Workbench.aspx (the spfx workbench)
mujassir
Dec 07, 2020Copper Contributor
I have added the following styles in my module.scss file and it worked perfectly for me.
:global {
#workbenchPageContent, .CanvasComponent.LCS .CanvasZone {
max-width: 100% !important;
}
}Kanakarajulu_Thota
Dec 20, 2021Copper Contributor
Thanks mujassir, it's worked for me.