Hi all.
I've found that my posts which include embeded descriptions grabbed from OG tags seem to have word breaking issues. I'm not sure if this is a general issue with ES or to do with my template from JoomShaper. Anyhow, it can be resolved by using the following custom CSS code:
Mark and Co... Maybe this needs to be in the core CSS for ES to prevent it happening?
Dave
I've found that my posts which include embeded descriptions grabbed from OG tags seem to have word breaking issues. I'm not sure if this is a general issue with ES or to do with my template from JoomShaper. Anyhow, it can be resolved by using the following custom CSS code:
#es .es-stream-embed__desc {
word-break: keep-all !important;
}
Mark and Co... Maybe this needs to be in the core CSS for ES to prevent it happening?
Dave