@jinntec/jinntap 1.17.0 → 1.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -227,6 +227,14 @@ tei-anchor {
227
227
  font-size: 0.8em;
228
228
  vertical-align: super;
229
229
  cursor: pointer;
230
+ line-height: 1;
231
+ }
232
+
233
+ tei-anchor::before {
234
+ content: attr(_reference);
235
+ }
236
+ tei-anchor::after {
237
+ content: "\200B";
230
238
  }
231
239
 
232
240
  tei-abbr {