Skip to content
Discussion options

You must be logged in to vote

Hello @rmscode,
the .md-code__content doesn't include the buttons. At least looking at the example here:

.md-grid {
  max-width: initial;
}
.md-code__content {
  max-width: 50%;
}

There is a pre element which wraps the output and there is also the div wrapper with the .highlight class.
So instead of targetting .md-code__content target the highlight class.

.highlight {
  max-width: 50%;
}

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by rmscode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants