File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-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 */
40
42
}
41
43
42
44
.anywhere-footnote-block .anywhere-footnote-horizontal .dlist {
49
51
.anywhere-footnote-horizontal .dlist > dd {
50
52
display : block;
51
53
width : 100% ;
54
+ vertical-align : top; /* Added to ensure top alignment */
52
55
}
53
56
54
57
/* Put the term and description on the same line but force a new line after each pair */
55
58
.anywhere-footnote-horizontal .dlist > dt {
56
59
display : inline-block;
57
60
width : auto;
58
61
margin-right : 0.5em ;
62
+ vertical-align : top; /* Reinforced top alignment */
59
63
}
60
64
61
65
.anywhere-footnote-horizontal .dlist > dd {
62
66
display : inline-block;
63
67
width : auto;
64
68
margin-bottom : 0.2em ;
69
+ vertical-align : top; /* Added to ensure top alignment */
65
70
}
66
71
67
72
/* Force each dt+dd pair to be on a new line with less spacing */
68
73
.anywhere-footnote-horizontal .dlist dt + dd {
69
74
display : inline-block;
70
75
margin-bottom : 0.3em ;
76
+ vertical-align : top; /* Added to ensure top alignment */
71
77
}
72
78
73
79
/* Compact spacing between entries */
You can’t perform that action at this time.
0 commit comments