Responsive Link word wrapping issue

Place this in Site Settings > Custom Code > Header Code

<style>
a {
  word-break: break-all;
}
<style>

Works on published site only, not in designer.

5 Likes