Commit f7887a84d2

f7887a84d24ab28379ee43dead46e861414b1ed7

parent: 51291d1c02

Verified · cmc ci/build: success ci/test: error

cmc <hello@cleberg.net> · 2026-09-19 01:45 UTC

web: clone commands wrap in the side column

Ref #228
internal/web/static/style.css +1
@@ -1328,6 +1328,7 @@ details.refmenu .refdrop a.allrefs {
13281328.overview.withfacts { display: grid; grid-template-columns: minmax(0, 1fr) 18rem; gap: var(--sp-6); align-items: start; }
13291329.overviewmain { min-width: 0; }
13301330.overview.withfacts .facts { display: block; margin-top: 0; max-width: none; }
1331.overview.withfacts .clone pre { white-space: pre-wrap; word-break: break-all; }
13311332
13321333/* ---- repository facts ---- */
13331334.facts { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-5); margin: var(--sp-5) 0 var(--sp-4); max-width: 72rem; }