mirror of
https://github.com/modrinth/code.git
synced 2026-08-28 10:34:53 +00:00
fix: nested details tags in markdown bodies (#6458)
This commit is contained in:
@@ -1006,6 +1006,11 @@ a:not(.no-click-animation),
|
|||||||
> :last-child:not(summary) {
|
> :last-child:not(summary) {
|
||||||
margin-bottom: 0 !important;
|
margin-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> details:not([open]) summary {
|
||||||
|
margin: -0.5em -0.5em 0;
|
||||||
|
border-radius: var(--radius-xs);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user