Skip to content

Commit f38d7cc

Browse files
1himansseth
authored andcommitted
Doc improvement - Examples using <some-method> section quirk fix (mne-tools#13596)
1 parent 7a5bfdf commit f38d7cc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

doc/_static/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@ p.sphx-glr-signature {
146146
margin: 0;
147147
padding: 0;
148148
}
149+
/* this fixes the "Examples using <some-method>" quirk */
150+
p.rubric {
151+
flex-direction: row;
152+
gap: 4px;
153+
}
154+
149155
/* script/notebook download buttons */
150156
.sphx-glr-download a.download {
151157
border-radius: 0.5rem;

0 commit comments

Comments
 (0)