Skip to content

Commit 8eb3cac

Browse files
committed
Add details { display: block; } for FF.
1 parent 812b615 commit 8eb3cac

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

default.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,12 @@ span.note, span.issue {
272272
details.why {
273273
border-color: #52E052;
274274
background: #E9FBE9;
275+
display: block;
275276
}
276277

277278
details.why > summary {
278279
font-style: italic;
280+
display: block;
279281
}
280282

281283
details.why[open] > summary {

0 commit comments

Comments
 (0)