pnp / PnP-Tools

Scripts and tools for Office 365 and SharePoint - More for IT Pro's
MIT License
512 stars 395 forks source link

Responsive not working on web part/publishing pages #164

Open jessierobbins opened 6 years ago

jessierobbins commented 6 years ago

I was unable to get the responsive layouts functioning on web part or publishing page templates, adding the following CSS to the tablets and smart phones sections of the css file got it working like a champ.

table.ms-webpartPage-root,
table.ms-webpartPage-root > tbody,
table.ms-webpartPage-root > tbody > tr,
table.ms-webpartPage-root > tbody > tr > td {
    display: block;
}
    table.ms-webpartPage-root > tbody > tr > td {
       width: auto !important;
       padding: 0;
     }
Laul0 commented 6 years ago

@VesaJuvonen could you set Responsive Label plz ?