We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b834a commit 741af93Copy full SHA for 741af93
1 file changed
docs/stylesheets/extra.css
@@ -134,4 +134,9 @@ article.md-typeset img {
134
background-color: #8E24AA;
135
-webkit-mask-image: var(--md-admonition-icon--song-purple);
136
mask-image: var(--md-admonition-icon--song-purple);
137
-}
+}
138
+
139
+/* Fit code blocks to content width inside content tabs */
140
+.tabbed-content .highlight {
141
+ width: fit-content;
142
0 commit comments