Judge me App: Remove Bug

Hi,
I use the Judge.me app and have encountered an error that, strangely enough, only occurs with Firefox Desktop (not mobile). The word “more” appears above and below the text in the reviews.
See screenshot:

Do you also have this problem when you visit this page:

I tested it with 3 browsers (Edge, Chrome, Firefox). The problem only occurs on the desktop browser in Firefox.

Translated with DeepL.com (free version)

Hey @HDsports

I don’t see this on my end, did you try to contact Judge.me support? They have a good customer service so it might be an issue from their end so I suggest have a talk with them.

Best,
Moeed

I can confirm.
Visible on desktop Firefox.

The content is generated with JS, so the best bet would be to contact the app support.
Can temporarily use CSS to hide the button (can go into Theme settings-> Custom CSS):

.jm-review-content .jm-review-content__expand-button {
  display: none;
}