File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 31
31
margin-right : 0 ;
32
32
margin-bottom : 0.2em ;
33
33
width : calc (100% - 3em );
34
+ vertical-align : top; /* Added to ensure top alignment */
34
35
}
35
36
36
37
.anywhere-footnote-horizontal .dlist dd p {
37
38
display : inline;
38
39
margin : 0 ;
39
40
line-height : 1.2 ;
41
+ vertical-align : top; /* Added to ensure top alignment */
42
+
40
43
}
41
44
42
45
.anywhere-footnote-block .anywhere-footnote-horizontal .dlist {
49
52
.anywhere-footnote-horizontal .dlist > dd {
50
53
display : block;
51
54
width : 100% ;
55
+ vertical-align : top; /* Added to ensure top alignment */
56
+
52
57
}
53
58
54
59
/* Put the term and description on the same line but force a new line after each pair */
55
60
.anywhere-footnote-horizontal .dlist > dt {
56
61
display : inline-block;
57
62
width : auto;
58
63
margin-right : 0.5em ;
64
+ vertical-align : top; /* Reinforced top alignment */
65
+
59
66
}
60
67
61
68
.anywhere-footnote-horizontal .dlist > dd {
62
69
display : inline-block;
63
70
width : auto;
64
71
margin-bottom : 0.2em ;
72
+ vertical-align : top; /* Added to ensure top alignment */
73
+
65
74
}
66
75
67
76
/* Force each dt+dd pair to be on a new line with less spacing */
68
77
.anywhere-footnote-horizontal .dlist dt + dd {
69
78
display : inline-block;
70
79
margin-bottom : 0.3em ;
80
+ vertical-align : top; /* Added to ensure top alignment */
81
+
71
82
}
72
83
73
84
/* Compact spacing between entries */
You can’t perform that action at this time.
0 commit comments