Problem/Motivation
When trying to copy the generated url, there is an overlap in CSS:

Steps to reproduce
Install the module (nodes) in the Gin admin theme and save a node. Then go back to the edit page and try to copy the url.
Proposed resolution
Add a small css library to prevent overlap of url:

The patch adds a css library when the clipboard module is not installed. While this will fix the issue in the GIN admin theme, this will not break things in other admin themes. Even more, this will also fix things in other admin themes.
Comments
Comment #2
stefvanlooveren commentedComment #3
mauro_ commentedThanks for the suggestion! In the latest claro/gin, word-breaking seems to be default, and this issue seems to be gone.
For the best experience, you can install clipboardjs, which will format the field nicely and let content editors copy the url from a button click
Comment #4
mauro_ commentedClosing this as it doesn't seem to be an issue anymore, and can also be avoided through using clipboardjs. If it does reappear in a newer version of Gin, create a new issue and we will look into fixing this.