We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78df776 commit 4fa1d0fCopy full SHA for 4fa1d0f
ui/src/index.scss
@@ -52,6 +52,10 @@ img[src=''] {
52
visibility: hidden !important;
53
}
54
55
+.page-main {
56
+ overflow-x: auto;
57
+}
58
+
59
.btn-link {
60
text-decoration: none;
61
@@ -280,6 +284,8 @@ img[src=''] {
280
284
color: var(--an-212529);
281
285
padding: 2px 4px;
282
286
border-radius: 0.25rem;
287
+ overflow-wrap: normal;
288
+ white-space: inherit;
283
289
290
291
pre {
@@ -288,6 +294,11 @@ img[src=''] {
294
padding: 1rem;
295
max-height: 38rem;
296
white-space: pre-wrap;
297
+ overflow: auto;
298
+ code {
299
300
301
+ }
302
292
303
blockquote {
293
304
border-left: 0.25rem solid #ced4da;
0 commit comments