We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91be50 commit c586debCopy full SHA for c586deb
src/pages/plugin/plugin.scss
@@ -49,6 +49,7 @@
49
50
.metrics-row {
51
display: flex;
52
+ flex-wrap: wrap;
53
gap: 16px;
54
color: color-mix(in srgb, var(--primary-text-color) 60%, transparent);
55
font-size: 14px;
@@ -184,6 +185,23 @@
184
185
186
.tab-content {
187
padding: 0 0 24px;
188
+
189
+ #overview {
190
+ [class*="language-"] {
191
+ word-wrap: normal;
192
+ white-space: pre;
193
+ font-size: 0.8rem;
194
+ padding: 5px;
195
+ margin: 5px 0;
196
+ background: var(--primary-color);
197
+ color: var(--primary-text-color);
198
+ border-left: solid 5px var(--active-color);
199
+ overflow: auto;
200
+ width: calc(100% - 10px);
201
+ display: block;
202
+ user-select: text;
203
+ }
204
205
}
206
207
.content-section {
0 commit comments