File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
preview-site-src/elements Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -104,3 +104,15 @@ Log in to Anypoint Platform on your US or EU cloud host.
104
104
* EU cloud (EU host): https://eu1.anypoint.mulesoft.com/login/[Anypoint Platform (EU)^]
105
105
====
106
106
Some ending text
107
+
108
+ === Collapsible Block in an Admonition Block
109
+
110
+ [NOTE]
111
+ --
112
+ When collapsible blocks are embedded in admonition blocks, the content should align to the inner block.
113
+
114
+ .Collapsible Block Alignment Edge Case
115
+ [%collapsible]
116
+ ====
117
+ Previously, this content did not have any left padding.
118
+ ====
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ details[open] > summary::after {
13
13
transform : rotate (180deg );
14
14
}
15
15
16
- details > .content {
16
+ details > .content , . admonitionblock details > . content {
17
17
padding : 12px 32px ;
18
18
}
19
19
You can’t perform that action at this time.
0 commit comments