PnP-Tools
PnP-Tools copied to clipboard
Article Page Title is Not Responsive
Expected Behavior: Article Title wraps (Like in Modern pages)
Actual Behavior: Article title text is cut/overflow is hidden
The culprit is the following CSS rule
div#titleAreaRow .ms-core-pageTitle { overflow: hidden; white-space: nowrap; }
Workaround (For Mobile Width): div#titleAreaRow .ms-core-pageTitle { width: 100%; white-space: inherit; }
Tested in Office 365 On-Prem
Hi, Thanks for your feedback. Feel free to submit a Pull Request for this change. Please, consider also that the CSS and JS file within this repository are just for reference and customized solutions. If you want to update the responsive UI of the PnP Core engine, you need to make a PR against the DEV repository of PnP-Sites-Core.
@VesaJuvonen could you set Responsive Label plz ?