Skip to content

Commit

Permalink
Merge pull request #779 from mulesoft/W-16618856-reduce-size-of-colla…
Browse files Browse the repository at this point in the history
…psible-blocks

[W-16618856] Reduce size of collapsible blocks
  • Loading branch information
jdomingu authored Aug 29, 2024
2 parents 53ba964 + 2e02dea commit 1f252e3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/css/adoc/collapsible-blocks.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ details[open] > summary::after {
}

details > .content, .admonitionblock details > .content {
padding: 12px 32px;
padding: 6px 16px;
}

details + details {
Expand All @@ -37,13 +37,12 @@ summary {
cursor: pointer;
display: flex;
font-family: var(--font-heading);
font-size: 20px;
font-weight: var(--weight-medium);
justify-content: space-between;
letter-spacing: -0.08px;
line-height: 28px;
list-style: none;
padding: 12px 32px;
padding: 6px 16px;
}

summary::after {
Expand Down

0 comments on commit 1f252e3

Please sign in to comment.