Afrodude Posted October 4, 2022 Share Posted October 4, 2022 (edited) @Ehren there is a responsivity issue on Pages records list whenever you enable all these options If you disable From group settings everything is fine, but whenever you enable it, it will look like what you are seeing in above screenshots. Edited October 4, 2022 by Afrodude Ehren 1 Link to comment Share on other sites More sharing options...
Ehren Posted October 5, 2022 Share Posted October 5, 2022 Thanks Afrodude - I'll keep this in mind for a future update! 🙂 SeNioR- and Afrodude 1 1 Link to comment Share on other sites More sharing options...
Afrodude Posted November 2, 2022 Author Share Posted November 2, 2022 On 10/4/2022 at 7:35 PM, Ehren said: Thanks Afrodude - I'll keep this in mind for a future update! 🙂 Just a reminder that the issue still occurs on version 4.7.4. Thanks mate. Ehren and SeNioR- 2 Link to comment Share on other sites More sharing options...
Afrodude Posted November 29, 2022 Author Share Posted November 29, 2022 Just for the record the issue still occurs on 4.7.5. SeNioR- 1 Link to comment Share on other sites More sharing options...
Ehren Posted November 29, 2022 Share Posted November 29, 2022 Yes, we’re aware. It has not yet been patched. Thank you 🙂 Afrodude and SeNioR- 2 Link to comment Share on other sites More sharing options...
Solution Ehren Posted January 9 Solution Share Posted January 9 Hi @Afrodude Adding the following to your custom.css file will fix the issue on your site. The code will be included in an upcoming Invision update 🙂 @media screen and (max-width: 979px) { html[dir="ltr"] .ipsDataItem_icon:not( .ipsResponsive_hidePhone ):not( .ipsResponsive_hideTablet ) + .ipsDataItem_main, html[dir="ltr"] .ipsDataItem_icon:not( .ipsResponsive_hidePhone ):not( .ipsResponsive_hideTablet ) + .ipsDataItem_main + .ipsDataItem_stats { margin-right: 2.5em; } html[dir="rtl"] .ipsDataItem_icon:not( .ipsResponsive_hidePhone ):not( .ipsResponsive_hideTablet ) + .ipsDataItem_main, html[dir="rtl"] .ipsDataItem_icon:not( .ipsResponsive_hidePhone ):not( .ipsResponsive_hideTablet ) + .ipsDataItem_main + .ipsDataItem_stats { margin-left: 2.5em; } .ipsDataItem_stats { white-space: normal; } } Afrodude and SeNioR- 1 1 Link to comment Share on other sites More sharing options...
Afrodude Posted January 9 Author Share Posted January 9 Great work @Ehren. Thank you SeNioR- 1 Link to comment Share on other sites More sharing options...
Recommended Posts