in the end maybe it's for the best to keep them on multiple lines
This commit is contained in:
parent
e5e18b2a0d
commit
b5451bd76f
|
@ -26,10 +26,6 @@
|
|||
line-height: 1.5em;
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.namepart {
|
||||
white-space: nowrap;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
@ -146,10 +142,7 @@
|
|||
nameparts.forEach(function (namepart, index) {
|
||||
fullname += '<span class="namepart">' + namepart + '</span> ';
|
||||
});
|
||||
signatures.innerHTML += "<b>" + fullname + '</b>';
|
||||
if (index < names.length - 1) {
|
||||
signatures.innerHTML += ', ';
|
||||
}
|
||||
signatures.innerHTML += "<b>" + fullname + '</b><br />';
|
||||
});
|
||||
let anon = data.anon;
|
||||
if (anon > 0) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user