We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f64f99 commit 8cee3d4Copy full SHA for 8cee3d4
src/main/webapp/ui/src/tinyMCE/pyrat/Pyrat.js
@@ -499,6 +499,7 @@ function createTinyMceTable() {
499
linkCell.appendChild(document.createTextNode(" on "));
500
linkCell.appendChild(document.createTextNode(new Date().toDateString()));
501
linkCell.setAttribute("colspan", VISIBLE_HEADER_CELLS.length);
502
+ linkCell.style = "font-weight: 400";
503
linkRow.appendChild(linkCell);
504
pyratTable.appendChild(linkRow);
505
0 commit comments