Howdy gang, here’s a little bit of CSS you can use to make your list view span the full width of your screen. This is great if you have loads of fields you want to display at once.
I gave this a try and the additional width looks nice! But I have two questions:
even with the additional width, I still have numbers that don’t fully display. Is there a setting I can improve this? image attached.
The width increased in the List View, but the same View is displayed in another table as a related list view within an Inbox View and it’s not expanded. Is there a CSS script to expand the Details Page width?
I’m not sure why your data isn’t showing fully in those columns, perhaps you could try rearranging the order to see if that works? Otherwise, I’d say add your feedback on our adjust column width feature request.
I don’t believe so, but I’m hoping someone else might have figured out a workaround to this - I’ll let you know if I find out more!
It’s super simple to do, here is an example:
.stk-page-communications_detail .stk-field-communications__investors .stk-text-fieldText {
pointer-events: none;
}
Look for stk-page in the code and you’ll find what you’re looking for