PnP-Tools icon indicating copy to clipboard operation
PnP-Tools copied to clipboard

Article Page Title is Not Responsive

Open vandre opened this issue 7 years ago • 2 comments

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

image

vandre avatar Sep 28 '17 19:09 vandre

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.

PaoloPia avatar Oct 02 '17 16:10 PaoloPia

@VesaJuvonen could you set Responsive Label plz ?

Laul0 avatar Jan 14 '18 17:01 Laul0