Skip to content

Commit 6eca9ed

Browse files
committed
Adjust column width in .afnote-horizontal definition lists for improved layout consistency.
1 parent 0f6a1b3 commit 6eca9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/asciidoctor-anywhere-footnote.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
div.afnote-horizontal dl {
2828
display: grid;
29-
grid-template-columns: 25px auto;
29+
grid-template-columns: 30px auto;
3030
grid-column-gap: 1px;
3131
}
3232

0 commit comments

Comments
 (0)