Skip to content

Commit

Permalink
Adjust pre and details padding in markdown dropdown codeblocks (#551)
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Tam <[email protected]>
  • Loading branch information
Siddhant-K-code and adriantam authored Nov 10, 2023
1 parent 3897122 commit 21b986c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/openfga.css
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ a.table-of-contents__link.table-of-contents__link--active {
}

.markdown pre {
margin: 2rem 0 3rem;
margin: 2rem 0 2rem;
}

.markdown details {
Expand All @@ -540,7 +540,7 @@ a.table-of-contents__link.table-of-contents__link--active {
}

.markdown details summary ~ div > div {
padding: 2rem;
padding: 0rem 2rem;
margin: unset;
}

Expand Down

0 comments on commit 21b986c

Please sign in to comment.