Making the Detail Slider Wider

The current slider for details is too small a width. Is there a way to add Code in to widen it?

Can you show us which specific component are you talking about? Are you on a Business/Enterprise plan?

He’s talking about the slide-in modal for a detail screen.

That might be possible with CSS, do you need that?

It would be very much appreciated if you could help us out. I also feel that the slide-in is too narrow, and making it larger will help our customers view the data more easily.

You can try with variations of this.

div[class*="slide-in-content___StyledMDiv3"] {
width: 80% !important;
}
5 Likes

This works perfectly. @zackkendall you can mark ThinhDinh’s answer as the solution :smiley:

1 Like

Great to hear!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.