From 1ddd2194495296e1d98f94d72e663989f3c80eb3 Mon Sep 17 00:00:00 2001 From: claude Date: Sat, 13 Jun 2026 15:44:57 +0000 Subject: [PATCH] fix: nowrap on format badges, widen search bar to 360px Prevents "Quarto Slides" from wrapping to two lines in XS view. Widens search input from 300px to 360px so French placeholder text fits. Co-Authored-By: Claude Sonnet 4.6 --- .../web/frontend/stylesheets/pages/project-list-lumiere.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/pages/project-list-lumiere.scss b/services/web/frontend/stylesheets/pages/project-list-lumiere.scss index e3b4a90f93..783752380c 100644 --- a/services/web/frontend/stylesheets/pages/project-list-lumiere.scss +++ b/services/web/frontend/stylesheets/pages/project-list-lumiere.scss @@ -343,7 +343,7 @@ $lum-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' wi // Search bar — wide enough to show the full placeholder form.project-search .form-control { - min-width: 300px; + min-width: 360px; } .lumiere-title { @@ -776,6 +776,7 @@ $lum-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' wi padding: 0.15em 0.5em; line-height: 1.5; border: none; + white-space: nowrap; } .project-format-badge-latex { background-color: rgba(#e6f4ec, 0.9); color: #098842; border: none; }