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 - +