We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix is to add this css rule:
.revws-review-content { word-break: break-word; }
It's also necessary to fix the email templates, as they are affected as well
The text was updated successfully, but these errors were encountered:
Also fix back office table column. Something like this should suffice
max-width: 300px; text-overflow: ellipsis; overflow-x: hidden;
Sorry, something went wrong.
738967f
No branches or pull requests
Fix is to add this css rule:
It's also necessary to fix the email templates, as they are affected as well
The text was updated successfully, but these errors were encountered: