From 7039b39d9d79a787d9ad85ca79941664fa28c035 Mon Sep 17 00:00:00 2001 From: Michael Pilosov Date: Wed, 22 Apr 2026 11:13:03 -0600 Subject: [PATCH] nowrap nav link and accordion toggles on small viewports --- app/web/static/style.css | 2 ++ app/web/templates/index.html | 2 +- app/web/templates/metrics.html | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/web/static/style.css b/app/web/static/style.css index 7259347..18ec18f 100644 --- a/app/web/static/style.css +++ b/app/web/static/style.css @@ -658,6 +658,7 @@ button.submit:disabled { background: var(--faint); border-color: var(--faint); c font-size: 0.74rem; color: var(--faint); letter-spacing: 0; + white-space: nowrap; } .dataset-picker .picker-toggle::before { content: "[ edit ]"; } .dataset-picker[open] .picker-toggle::before { content: "[ collapse ]"; color: var(--accent); } @@ -1103,6 +1104,7 @@ button.submit:disabled { background: var(--faint); border-color: var(--faint); c color: var(--accent); border-bottom: 1px solid transparent; margin-left: 0.8rem; + white-space: nowrap; } .masthead .nav-link:hover { border-bottom-color: var(--accent); } diff --git a/app/web/templates/index.html b/app/web/templates/index.html index 481ee59..cb539fc 100644 --- a/app/web/templates/index.html +++ b/app/web/templates/index.html @@ -4,7 +4,7 @@ embedding notebook - +