Hide Mapping Span when empty

Issue #16 resolved
Guillaume Loisel created an issue

When no mapping is done, tables do not look as nice as the text is not centered vertically in the cell, adding the following CSS will hide the 'mapping span' fixing the layout issue.

span.mapping span:empty { display: none; }

Comments (1)

  1. Log in to comment