Skip to content

Long links in pages overflow outside container

Summary

In mobile devices, long links in pages overflow outside the container.

Possible fixes

.container {
  overflow-wrap: break-word;
  word-wrap: break-word; 
} 

Attachments

image

Edited by Konstantinos Platis
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information