We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c290e5 commit 256e7deCopy full SHA for 256e7de
1 file changed
webui/src/views/Home.vue
@@ -626,10 +626,13 @@ function showImage(evt: MouseEvent) {
626
margin: 0;
627
font-family: 'JetBrains Mono', 'Courier New', monospace;
628
font-size: 0.9rem;
629
- overflow-x: auto;
630
max-width: 100%;
631
}
632
+.quick-start-code code {
633
+ word-break: break-word;
634
+}
635
+
636
.quick-start-desc {
637
638
margin-top: 0.75rem;
0 commit comments