How to fix a checkout page that's cutting off text?

Hello,

I am having an issue with my checkout page cutting off text on the right side on mobile and desktop. It should look like this with the “preview” hyperlinked.

What I’m seeing is this. The text is cut off and “preview” is showing a URL instead of a hyperlink. I believe because it’s not hyperlinking the long url is causing the text to cut off the screen. It happens when adding a product from my custom builder page here: https://savethedateneon.com/products/create-your-neon

Would anyone be able to provide assistance with this?

Thank you!

Kendra

@Klmp82
Hii,

.order-summary__section__content {
  overflow: hidden !important;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid