launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #29396
[Merge] ~nteodosio/launchpad/+git/launchpad:master into launchpad:master
Nathan Pratta Teodosio has proposed merging ~nteodosio/launchpad/+git/launchpad:master into launchpad:master.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
Related bugs:
Bug #1996775 in Launchpad itself: "OpenPGP keys field may overlap next field in a user profile"
https://bugs.launchpad.net/launchpad/+bug/1996775
For more details, see:
https://code.launchpad.net/~nteodosio/launchpad/+git/launchpad/+merge/433323
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~nteodosio/launchpad/+git/launchpad:master into launchpad:master.
diff --git a/lib/lp/registry/templates/person-portlet-contact-details.pt b/lib/lp/registry/templates/person-portlet-contact-details.pt
index 8650e7b..9f7d054 100644
--- a/lib/lp/registry/templates/person-portlet-contact-details.pt
+++ b/lib/lp/registry/templates/person-portlet-contact-details.pt
@@ -141,6 +141,7 @@
<dd>
<tal:keys repeat="key view/gpg_keys">
<a tal:attributes="href key/keyserverURL"
+ style="word-wrap: anywhere"
tal:omit-tag="not: request/lp:person">
<tal:fingerprint replace="key/fingerprint"
/></a><span tal:condition="not: repeat/key/end">,</span>
Follow ups