Skip to content

Commit 256e7de

Browse files
committed
fix: quick-start responsiveness
1 parent 5c290e5 commit 256e7de

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

webui/src/views/Home.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,10 +626,13 @@ function showImage(evt: MouseEvent) {
626626
margin: 0;
627627
font-family: 'JetBrains Mono', 'Courier New', monospace;
628628
font-size: 0.9rem;
629-
overflow-x: auto;
630629
max-width: 100%;
631630
}
632631
632+
.quick-start-code code {
633+
word-break: break-word;
634+
}
635+
633636
.quick-start-desc {
634637
font-size: 0.9rem;
635638
margin-top: 0.75rem;

0 commit comments

Comments
 (0)