Skip to content

Commit

Permalink
fix: ctc-action position when inside fancy-codeblock
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed May 21, 2021
1 parent 8a53a98 commit 64431eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/css/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@
position: relative;
}

.markdown .fancy-codeblock .ctc-action {
margin-top: 33px;
}

.markdown .codeblock-title ~ .ctc-action {
margin-top: 40px;
}
Expand Down

0 comments on commit 64431eb

Please sign in to comment.