Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions assets/js/vendor/private_eye.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'use strict';

// The line below differs from private eye v2.0. We need to update the source file.
var STYLES = 'a.private-link::after { content: "\\1F512"; font-size: 0.75em; text-decoration: none }';
var STYLES = 'a.private-link::after { content: "\\1F512"; font-size: 0.75em; display: inline-block; vertical-align: top; text-decoration: none; }';
var STYLES_ID = '_privateEye-styles';

var DEFAULT_OPTIONS = {
Expand Down Expand Up @@ -103,4 +103,4 @@
} else {
window.PrivateEye = PrivateEye;
}
})();
})();