Comment
Adding more than a few Identifies to the same GPG Key results in a display error where two things occur.
- The list of identities flows to the right and is eventually cut off by the DOM.
- Not all of the identities are listed in the contained DOM within the HTML. It seems to only show 17 of 19.
You can see in the last screenshot how GitLab works around this issue by listing one identity per line. GitHub does something similar except GitHub may list 1-3 identities per line depending on the length of the addresses.
### Comment
Adding more than a few Identifies to the same GPG Key results in a display error where two things occur.
1) The list of identities flows to the right and is eventually cut off by the DOM.
2) Not all of the identities are listed in the contained DOM within the HTML. It seems to only show 17 of 19.
You can see in the last screenshot how GitLab works around this issue by listing one identity per line. GitHub does something similar except GitHub may list 1-3 identities per line depending on the length of the addresses.