Skip to content

Commit c93fc4c

Browse files
Fix display of info terms with no associated description
1 parent 709f7d1 commit c93fc4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

public/assets/styles/scopes/info.css

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
content: "—";
2323
}
2424

25+
& dt + dd:empty::before {
26+
content: "\2002";
27+
}
28+
2529
& dd {
2630
hyphens: none;
2731
margin-inline-start: var(--text-indent);

0 commit comments

Comments
 (0)